ExpenseFlow

Local admin panel

Start locally with the same Supabase project as the mobile app. This panel uses your admin account and the existing RLS rules first, then you can add server-only service-role actions later.

First admin user

UPDATE public.profiles
SET platform_role = 'admin'
WHERE email = 'you@company.com';

Admin sign in

Use a Supabase user that has platform_role = 'admin' or 'super_admin'.