Authentication
Supabase
Setting up user authentication & the database
Supabase Setup
- Create a Supabase Account.
- In your Supabase dashboard, go to “Project Settings” then “API Settings”.
- Copy your Supabase URL and anon key
- Paste them in the
.env
file.