Send password reset email
Last updated
Last updated
You can use this action to send a user an email with a link that allows him/her to change the reset their password.
The email of the user will wish to send the link to reset the password.
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.
Error in Action (if an error occurs)
Firebase Authentication provides a way for you to send emails for certain user actions, but for you to use it properly, it's important to note that email might be send to the user's spam folder if you don't have your custom domains linked to Firebase.
There you'll see all the kinds of emails the Firebase Authentication service can send. This Bubble Plugin currently handles the "Email address verification" and "Password reset" tempaltes, only.
On this console you can edit the content of the emails that will be sent to users and also customize the "action URL" you want to use. To customize the link, click on the "pencil" button, to edit the template.
The button "Customize domain" (1) will give you instructions on how to validate your domain on your DNS server provider. This process can take up to 24 hours to complete, but it's important for your email not to go to the spam folder, so be patient.
The button "Customize action URL" (2), you can input the link of the page that will handle the password reset or the email verification. Firebase will send unique parameters to the link on the URL, that you'll be able to use to handle the action.
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.
To link a Custom Domain to Firebase, you must navigate to you , go to Authentication >> Templates (link sample below)