Generate password reset link

This action generates a password reset link for user's, that allows them to change their password if they lose access to their account. This is done through a firebase-admin instance runninig on Bubble's backend.


Inputs and Settings

Email

The email associated with the user account.


Returned Values

The password reset link, generated by Firebase Authentication service.

Error message (if any)

The error message, if anything goes wrong with the operation.

Last updated