Password Resets

Password reset allows users to change their password by sending them a password reset link to their email address.

Adding password reset

Adding password reset comprises of following steps:

1. Building page

Let's add a page that allows users to provide their email address. To speed up, you can add a page from the template. Here is what the template page (named 'Forgot Password 01') looks like:

Also, see how to build a page layout in case you want to build a page from scratch.

2. Adding reset password action

On click of the 'Send Link' button, you'll add the 'Reset Password' action, which sends the password reset link to the given email address.

To add reset password action:

  1. Select the widget (e.g., Button) on which you want to add the action.

  2. Select Actions from the properties panel (the right menu) and select Add Action.

  3. Search and select the Reset Password (under Backend/Database > Firebase Authentication) action.

  4. Set the Email Field dropdown to the widget name that accepts email (e.g., TextFieldEmail).


Last Updated Date: August 22, 2023

Last updated