Create Account

By using this action, you can provide your users with the flexibility to create their accounts in different ways, according to their preferences.

As of now, we only support creating accounts with email and passwords.

Types of signup

You can add the following signup options to your app:

  • More options coming soon!

Email signup

Follow the steps below to add email signup 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), Open the Action Flow Editor, and click + Add Action.

  3. Search and select the Create Account (under Backend/Database > Supabase Authentication) action.

  4. Set Auth Provider to Email.

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

  6. Set the Password Field dropdown to the widget name that accepts a password (e.g., TextFieldPassword).

  7. Similarly, If you have a confirm password field in your UI, set the Confirm Password Field to the appropriate one.

Last updated