Point this agent at your Firebase codebase and ask it to plan your migration to Supabase. It maps Firestore, Firebase Auth, Cloud Functions, and Storage usage, designs a relational schema, generates SQL DDL plus Row Level Security policies, and validates the result against a Supabase test project.
SUPABASE_URL — your Supabase test project URLSUPABASE_SERVICE_ROLE_KEY — service-role key for that test projectSUPABASE_DB_URL — optional; direct Postgres connection string for DDL
and RLS probesFIREBASE_SERVICE_ACCOUNT_JSON — optional; read-only service account for
live inventory of the source projectThis solution migrates Firestore data models, security rules, Auth users, and Cloud Functions structure. It does not migrate Firestore offline persistence behavior, does not port Firebase Cloud Messaging, Remote Config, Crashlytics, or Analytics, and does not move Storage objects in bulk (it scaffolds bucket setup and leaves object transfer to a planned copy job). Password-hash import is attempted only when the hash format is verified as supported; otherwise the plan falls back to a reset flow.
Crawls Firebase codebases, designs Postgres schemas from Firestore models, translates security rules to RLS, plans auth migration, and validates against a Supabase test project.