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

Method credential

packages/firebase-auth/index.ios.ts:691–693  ·  view source on GitHub ↗
(verificationId: string, verificationCode: string)

Source from the content-addressed store, hash-verified

689 }
690
691 credential(verificationId: string, verificationCode: string) {
692 return AuthCredential.fromNative(this._native.credentialWithVerificationIDVerificationCode(verificationId, verificationCode));
693 }
694
695 verifyPhoneNumber(phoneNumber: string): Promise<string> {
696 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected