dalenguyen / firestore-backup-restore

NPM package for backup and restore Firebase Firestore

Home Page:https://firebaseopensource.com/projects/dalenguyen/firestore-backup-restore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrating Real Time to Firestore

jeffreydavis83 opened this issue · comments

Sorry, this is more of a question. I am new to web development.

Can this tool be used to migrate db from Realtime to Firestrore? Will it support deeply nested documents and a single large json file (around 50 mb)?

Hi @jeffreydavis83, I think it's possible. You can download data in Realtime database, then convert the format to the package before migrating.

I hope that you were able to achieve it.