firestore-backup-restore
firestore-backup-restore copied to clipboard
NPM package for backup and restore Firebase Firestore
Hi there! I would like to ask how to correctly use restore for date timestamp when data looks like this: ```json "wFLrjgdW7Jjmjs5sX": { "_id": "wFLrjgdW7Jjmjs5sX", "notifications": [ { "date": {...
Firestore supports batched operations, this library would be really good if you can support this. a batch can support 500 operation max, here's the URL for batched operations https://firebase.google.com/docs/firestore/manage-data/transactions#batched-writes ```...
I've no exact title for this error, but it's not working for me. ``` node_modules/firestore-export-import/node_modules/@google-cloud/firestore/types/firestore.d.ts(117,29): error TS1005: ']' expected. node_modules/firestore-export-import/node_modules/@google-cloud/firestore/types/firestore.d.ts(117,48): error TS1005: ';' expected. node_modules/firestore-export-import/node_modules/@google-cloud/firestore/types/firestore.d.ts(117,50): error TS1109: Expression expected. node_modules/firestore-export-import/node_modules/@google-cloud/firestore/types/firestore.d.ts(117,51):...
Amazing project! I'm trying to figure out if this project supports this use case: Export a collection group, e.g. `types/{type}/networks/{network}` And import it at a new path, e.g. `networks/{network}` Including...
When FireBase is initialized with a name for the app like this: `initializeFirebaseApp(serviceAccount, 'foo');` I'm getting: Error: The default Firebase app does not exist. Make sure you call initializeApp() before...