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
| Firebase | Kuunda Cloud |
|---|---|
| Cloud Firestore / Realtime Database | PostgreSQL (tenant schema) + REST API |
| Firebase Authentication | Kuunda Auth (Auth console) — recreate, not a dump |
| Cloud Storage | S3-compatible Storage — re-upload, not a GCS export |
| Cloud Functions | Edge Functions — manual redeploy |
firebase-js | @kuunda/kuunda-js (npm install @kuunda/kuunda-js) |
What you actually do
- Create a project at https://app.kuunda-cloud.com/register.
- Model Firestore collections as SQL tables (SQL Editor or remote migrations).
- Configure Auth (email / OAuth) in the Kuunda console. Firebase accounts are not imported.
- Recreate buckets and re-upload files if needed.
- Point the app at the project URL
https://{ref8}.kuunda-cloud.comand 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.