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

Method credential

packages/firebase-auth/index.ios.ts:719–721  ·  view source on GitHub ↗
(accessToken: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected