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

Class

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

Source from the content-addressed store, hash-verified

777}
778
779export class GoogleAuthProvider {
780 static credential(idToken: string, accessToken: string) {
781 return AuthCredential.fromNative(com.google.firebase.auth.GoogleAuthProvider.getCredential(idToken, accessToken));
782 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected