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

Class

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

Source from the content-addressed store, hash-verified

765}
766
767export class FacebookAuthProvider {
768 static credential(accessToken: string) {
769 return AuthCredential.fromNative(com.google.firebase.auth.FacebookAuthProvider.getCredential(accessToken));
770 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected