| 641 | } |
| 642 | |
| 643 | export class AuthCredential implements IAuthCredential { |
| 644 | protected _native: com.google.firebase.auth.AuthCredential; |
| 645 | |
| 646 | static fromNative(credential: com.google.firebase.auth.AuthCredential) { |
nothing calls this directly
no outgoing calls
no test coverage detected