dalenguyen / firestore-import-export

An application that can help you to backup and restore from Cloud Firestore | Firebase
https://www.npmjs.com/package/firestore-export-import
401 stars 109 forks source link

How to import data as subcollection not as a map #41

Closed hitesh22b closed 3 years ago

hitesh22b commented 3 years ago

In some use cases, we need inner data as subcollections and not as a map. Does this support it? If yes, What should be the structure of JSON?

Regards

hitesh22b commented 3 years ago

I am able to do it via the package https://github.com/dalenguyen/firestore-backup-restore.

This is so good. Thank you so much for the awesome library.