MCPcopy Index your code
hub / github.com/NativeScript/firebase / credential

Method credential

packages/firebase-auth/index.android.ts:673–675  ·  view source on GitHub ↗
(email: string, password: string)

Source from the content-addressed store, hash-verified

671
672export class EmailAuthProvider {
673 static credential(email: string, password: string) {
674 return AuthCredential.fromNative(com.google.firebase.auth.EmailAuthProvider.getCredential(email, password));
675 }
676
677 static credentialWithLink(email: string, link: string) {
678 return AuthCredential.fromNative(com.google.firebase.auth.EmailAuthProvider.getCredentialWithLink(email, link));

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected