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

Method fetchSignInMethodsForEmail

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

Source from the content-addressed store, hash-verified

133 confirmPasswordReset(code: string, newPassword: string): Promise<void>;
134 createUserWithEmailAndPassword(email: string, password: string): Promise<IUserCredential>;
135 fetchSignInMethodsForEmail(email: string): Promise<string[]>;
136 isSignInWithEmailLink(emailLink: string): boolean;
137 addAuthStateChangeListener(listener: (user: IUser) => void);
138 removeAuthStateChangeListener(listener: (user: IUser) => void);

Callers 2

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