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.
EXPO_PUBLIC_SUPABASE_URL=https://your-project-id.supabase.co
EXPO_PUBLIC_SUPABASE_ANON_KEY=your-anon-key