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

Method updateProfile

packages/firebase-auth/index.d.ts:52–52  ·  view source on GitHub ↗
(updates: UserProfileChangeRequest)

Source from the content-addressed store, hash-verified

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>;
54}
55

Callers 2

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