Any managed service for a one-time Firebase Realtime DB migration to Cloud SQL Postgres?

Is there a managed service in GCP to migrate approx 100GB of Firebase Realtime DB to Postgres SQL? One option i found is to do a Firebase export in JSON and import to Cloud SQL. Is there a better solution?

Hi @dheerajpanyam ,

I believe there is no other managed service in GCP or a better solution that can migrate a Firebase database to PostgreSQL, rather than using a third party tool or manually exporting a JSON file and importing it to PostgreSQL just like you said.

1 Like