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

Method updateEmail

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

Source from the content-addressed store, hash-verified

47 sendEmailVerification(actionCodeSettings?: IActionCodeSettings): Promise<void>;
48 unlink(providerId: string): Promise<IUser>;
49 updateEmail(email: string): Promise<void>;
50 updatePassword(password: string): Promise<void>;
51 updatePhoneNumber(credential: IAuthCredential): Promise<void>;
52 updateProfile(updates: UserProfileChangeRequest): Promise<void>;

Callers 2

updateEmailMethod · 0.65
updateEmailMethod · 0.65

Implementers 4

Userpackages/firebase-auth/index.android.t
Userpackages/firebase-auth/platforms/andro
Userpackages/firebase-auth/index.ios.ts
Userpackages/firebase-auth/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected