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

Method credential

packages/firebase-auth/index.ios.ts:661–663  ·  view source on GitHub ↗
(email: string, password: string)

Source from the content-addressed store, hash-verified

659
660export class EmailAuthProvider {
661 static credential(email: string, password: string) {
662 return AuthCredential.fromNative(FIREmailAuthProvider.credentialWithEmailPassword(email, password));
663 }
664
665 static credentialWithLink(email: string, link: string) {
666 return AuthCredential.fromNative(FIREmailAuthProvider.credentialWithEmailLink(email, link));

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected