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

Method credential

packages/firebase-auth/index.android.ts:762–764  ·  view source on GitHub ↗
(idToken: string, nonce: string)

Source from the content-addressed store, hash-verified

760
761export class AppleAuthProvider {
762 static credential(idToken: string, nonce: string) {
763 return null;
764 }
765}
766
767export class FacebookAuthProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected