Appearance
createUser()
createUser(
properties):Promise<UserRecord>
Defined in: CloudFireAuth.ts:279
Creates a new user.
See Create a user for code samples and detailed documentation.
Parameters
properties
The properties to set on the new user record to be created.
Returns
Promise<UserRecord>
A promise fulfilled with the user data corresponding to the newly created user.