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

Class

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

Source from the content-addressed store, hash-verified

771}
772
773export class GithubAuthProvider {
774 static credential(token: string) {
775 return AuthCredential.fromNative(com.google.firebase.auth.GithubAuthProvider.getCredential(token));
776 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected