semihpolat / flutter_supabase_chat

flutter_supabase_chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

flutter_supabase_chat


Languages

Language:Dart 96.4%Language:Swift 2.5%Language:Kotlin 0.8%Language:Objective-C 0.2%