Update User's Email
Last updated
Last updated
This action will update the current user's email address.
The current user's password. Required to confirm the operation.
The new email address to be linked to the user's account.
Check this box if you'd like to not only update the user's profile on the Firebase Authentication service, but also on the user's document on Firestore.
The name or ID of the collection where user's data is stored. The related document will have the same ID that user has on the authentication service.
If left blank, all listeners on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.
User Updated (if the action was successful)
Error in Action (if an error occurs)
The current user's ID.
The current user's email address.
This will link the action with a of the same ID.
When the function finishes running, it will trigger the event, storing the user's ID and the new Email on the listener's states.
Those events are triggered by an with the same ID as the provided on the action.