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

Fixes To The Subcollection Process #39

Open chidindu-ogbonna opened 4 years ago

chidindu-ogbonna commented 4 years ago

In trying to get the subcollection, if the subcollection was empty for any one document, the whole process ended. Resolving when a snapshot is empty solved this.

Making the name of object, the same as the subcollection, gave more information when going through the exported file