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

Method credential

packages/firebase-auth/index.ios.ts:725–727  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

723
724export class GithubAuthProvider {
725 static credential(token: string) {
726 return AuthCredential.fromNative(FIRGitHubAuthProvider.credentialWithToken(token));
727 }
728}
729
730export class GoogleAuthProvider {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected