MCPcopy Create free account
hub / github.com/NativeScript/firebase /

Class

packages/firebase-auth/index.android.ts:880–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880export class PhoneAuthCredential extends AuthCredential implements IPhoneAuthCredential {
881 protected _native: com.google.firebase.auth.PhoneAuthCredential;
882
883 static fromNative(credential: com.google.firebase.auth.PhoneAuthCredential) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected