/flutter_supabase_chat

flutter_supabase_chat

Primary LanguageDart

Supabase Flutter Chat

Flutter project experimenting with a Supabase instance


How to

  • Clone project
  • Create a "production.env" file following the "production.env.txt" example, on the root of the project, with your own Supabase URL and KEY
  • Create a table on your Supabase DB called "messages" with columns: "id", "text" and "username".

Features

  • Sign up with Supabase
  • Sign in with Supabase
  • Chat room that uses the username from the email address