Intro

Supabase is a opensource Firebase Alternative which provides Authentication, Relational(Postgres) database integrated with APIS/Realtime APIS, File Storage and many more features coming.

In this article we gonna build a simple user Register/Login app (from scratch!) using Supabase Authentication and Flutter.

By the end of this guide you’ll have an app which allows users to register and login with supabase:

Whenever you get stuck at any point, take a look at  this repo.

Project set up

Before we start building we’re going to set up our Supabase account.

  1. Go to app.supabase.io.
  2. Login with your Github account.
  3. Click on “New Project”.
  4. Enter your project details.
  5. Wait for the new database to launch.

#supabase #flutter #authentication #flutter-authentication

Flutter Authentication Flow with Supabase (Opensource Firebase Alternative)
4.25 GEEK