Supabase setup

Step 1: Create a Supabase Project

  • Go to the Supabase website and sign up or log in to your account.
  • Create a new project by clicking on the "New Project" button and follow the instructions to set it up.

Step 2: Install Required Packages:

  • Add the Supabase Dart SDK to your pubspec.yaml file:

Step 3: Configure Supabase in Your Flutter App:

  • Import the Supabase Dart SDK in your Dart file
  • Initialize Supabase with your project URL and API key. You can find these in your Supabase project settings
  • Once Supabase is initialized, you can start using its functions to interact with your database.

You're all set! Your Flutter apps are registered and configured to use Supabase.

Supabase Database

  • Users
    • Store user information from email authentication.
  • History
    • Store chat History of Users.