Handle verify email code

Firebase will send in the URL you've defined on the Firebase Console.


Inputs and Settings

oobCode

The code sent by Firebase on the URL parameters, that will be used to validate the user's identity. You can get it by using the "Get data from page URL" feature on Bubble.

New Password

The new password to be defined by the user.

Confirm New Password

The password confirmation, that must be equal to the new password, otherwise the action will throw and error to action listeners.

Trigger ID (optional)

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

If left blank, all listener on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.


Triggered events

The event below will be triggered by an Action Listener with the same ID as the Trigger ID provided on the action.

  • User Updated (if the new password was successfully set)

  • Error in Action (if an error occurs)

Last updated