| 878 | } |
| 879 | |
| 880 | export class PhoneAuthCredential extends AuthCredential implements IPhoneAuthCredential { |
| 881 | protected _native: com.google.firebase.auth.PhoneAuthCredential; |
| 882 | |
| 883 | static fromNative(credential: com.google.firebase.auth.PhoneAuthCredential) { |
nothing calls this directly
no outgoing calls
no test coverage detected