- Create a Supabase project at https://supabase.com.
- In
Project Settings -> API, copy:- Project URL
anonpublic key
- Copy
.env.exampleto.env. - Set:
EXPO_PUBLIC_SUPABASE_URLEXPO_PUBLIC_SUPABASE_ANON_KEY
- Open Supabase SQL Editor.
- Run
supabase/schema.sql.
- In
Authentication -> Providers, keep Email enabled. - Optional for local testing: disable email confirmation.
- In
Database -> Publications, opensupabase_realtime. - Enable these tables:
public.queuespublic.queue_members
npm install
npm run devSign up/login in-app, choose your role (customer or business), and update your profile name/photo.