Handle reset password code
Once you've sent the password reset email to the user, you must use this action to handle the oobCode 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.
Once the function runs, the user's email verification status should be changed to true.
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 email was successfully verified)
Error in Action (if an error occurs)
Last updated