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

Class

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

Source from the content-addressed store, hash-verified

716}
717
718export class FacebookAuthProvider {
719 static credential(accessToken: string) {
720 return AuthCredential.fromNative(FIRFacebookAuthProvider.credentialWithAccessToken(accessToken));
721 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected