Skip to main content

Supabase

Select Supabase from the supported type of authentication, and your Supabase authentication is set up.

Example banner

To authenticate your application with Supabase using Email Sign-In/Sign-Up, the below configurations are required before you run your application.

Add URL and API Key

Inside your Supabase application Project dashboard, go to Project Settings, and under the API section, copy the URL and the API key for your application.

In the downloaded application, go to /lib/core/utils/initial_binding.dart and paste the URL and the API key as the value for the supabaseUrl and supabasePublicKey variables, respectively.

Example banner

Setup Authentication

On your Supabase Project dashboard, from the left panel, go to Authentication and enable the Email option to authenticate your application using Email.

Example banner



Got a question? Ask here.