MCPcopy Index your code
hub / github.com/NativeScript/firebase / credential

Method credential

packages/firebase-auth/index.android.ts:744–746  ·  view source on GitHub ↗
(verificationId: string, verificationCode: string)

Source from the content-addressed store, hash-verified

742 }
743
744 credential(verificationId: string, verificationCode: string) {
745 return AuthCredential.fromNative(com.google.firebase.auth.PhoneAuthProvider.getCredential(verificationId, verificationCode));
746 }
747
748 verifyPhoneNumber(phoneNumber: string): Promise<string> {
749 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected