Log in

This action provides users with multiple login options to access their accounts.

Types of login

You can add the following login options to your app:

Email login

Follow the steps below to add email login 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 click + Add Action.

  3. Search and select the Log in (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).

Last updated