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

Class

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

Source from the content-addressed store, hash-verified

658}
659
660export class EmailAuthProvider {
661 static credential(email: string, password: string) {
662 return AuthCredential.fromNative(FIREmailAuthProvider.credentialWithEmailPassword(email, password));
663 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected