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

Method updatePassword

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

Source from the content-addressed store, hash-verified

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>;
53 verifyBeforeUpdateEmail(email: string, actionCodeSettings?: IActionCodeSettings): Promise<void>;

Callers 2

updatePasswordMethod · 0.65
updatePasswordMethod · 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