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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected