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

Update README.md #24

Closed sbilling closed 5 years ago

sbilling commented 5 years ago

The import function does not overwrite collections, it overwrites documents with matching id's. It works perfectly fine as a way to append data to an existing collection so long as no keys collide.

dalenguyen commented 5 years ago

Thanks @sbilling!