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

Method credential

packages/firebase-auth/index.ios.ts:713–715  ·  view source on GitHub ↗
(idToken: string, nonce: string)

Source from the content-addressed store, hash-verified

711
712export class AppleAuthProvider {
713 static credential(idToken: string, nonce: string) {
714 return AuthCredential.fromNative(FIROAuthProvider.credentialWithProviderIDIDTokenRawNonce('apple.com', idToken, nonce));
715 }
716}
717
718export class FacebookAuthProvider {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected