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

Class

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

Source from the content-addressed store, hash-verified

728}
729
730export class GoogleAuthProvider {
731 static credential(idToken: string, accessToken: string) {
732 return AuthCredential.fromNative(FIRGoogleAuthProvider.credentialWithIDTokenAccessToken(idToken, accessToken));
733 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected