Appearance
updateUser()
updateUser(
uid,properties):Promise<UserRecord>
Defined in: CloudFireAuth.ts:341
Updates an existing user.
See Update a user for code samples and detailed documentation.
Parameters
uid
string
The uid corresponding to the user to update.
properties
The properties to update on the provided user.
Returns
Promise<UserRecord>
A promise fulfilled with the updated user data.