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

Method signInWithEmailAndPassword

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

Source from the content-addressed store, hash-verified

145 signInWithCredential(credential: IAuthCredential): Promise<IUserCredential>;
146 signInWithCustomToken(customToken: string): Promise<IUserCredential>;
147 signInWithEmailAndPassword(email: string, password: string): Promise<IUserCredential>;
148 signInWithEmailLink(email: string, emailLink: string): Promise<IUserCredential>;
149 signOut(): Promise<boolean>;
150 useUserAccessGroup(userAccessGroup: string): Promise<void>;

Callers 3

loginUserMethod · 0.65

Implementers 3

Authpackages/firebase-auth/index.android.t
Authpackages/firebase-auth/index.ios.ts
Authpackages/firebase-auth/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected