Handle verify email code
Last updated
Last updated
Firebase will send in the URL you've defined on the Firebase Console.
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.
The new password to be defined by the user.
The password confirmation, that must be equal to the new password, otherwise the action will throw and error to action listeners.
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.
User Updated (if the new password was successfully set)
Error in Action (if an error occurs)
This will link the action with a of the same ID.
The event below will be triggered by an with the same ID as the provided on the action.