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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected