Update User's Email

This action will update the current user's email address.


Inputs and Settings

Password

The current user's password. Required to confirm the operation.

New Email

The new email address to be linked to the user's account.

Update email field on the user's document

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.

User Collection

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.

Trigger ID (optional)

This will link the action with a Action Listener of the same ID.

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.

When the function finishes running, it will trigger the User Updated event, storing the user's ID and the new Email on the listener's states.


Triggered events

Those events are triggered by an Action Listener with the same ID as the Trigger ID provided on the action.

  • User Updated (if the action was successful)

  • Error in Action (if an error occurs)


Stored values on the listener

User ID

The current user's ID.

User Email

The current user's email address.

Last updated