Migrate from Firebase

Kuunda Cloud is not a Firestore clone. The import wizard (Project → Settings → Data import) reads PostgreSQL (pg_dump, URI, SQL file). There is no Firestore, Realtime Database or Firebase Auth JSON import.

Product equivalents

FirebaseKuunda Cloud
Cloud Firestore / Realtime DatabasePostgreSQL (tenant schema) + REST API
Firebase AuthenticationKuunda Auth (Auth console) — recreate, not a dump
Cloud StorageS3-compatible Storage — re-upload, not a GCS export
Cloud FunctionsEdge Functions — manual redeploy
firebase-js@kuunda/kuunda-js (npm install @kuunda/kuunda-js)

What you actually do

  1. Create a project at https://app.kuunda-cloud.com/register.
  2. Model Firestore collections as SQL tables (SQL Editor or remote migrations).
  3. Configure Auth (email / OAuth) in the Kuunda console. Firebase accounts are not imported.
  4. Recreate buckets and re-upload files if needed.
  5. Point the app at the project URL https://{ref8}.kuunda-cloud.com and the anon key.

If your data is already in Postgres (or a SQL dump), use Import into Kuunda Cloud. For a Supabase project: Supabase migration. For Neon: Neon migration.