willhlaw / node-firestore-backup-restore

Google Firebase Firestore backup and restore tool
91 stars 24 forks source link

Backup empty collection folders #52

Open andreescocard opened 5 years ago

andreescocard commented 5 years ago

Tried to backup using all the options, but the result is the same: folders created with the name of the collections but no file inside What am i doing wrong? Thanks

kitfit-mikkel commented 5 years ago

I'm seeing the same issue, anyone have any ideas?

@willhlaw any thoughts?

kitfit-dave commented 5 years ago

Do you have documents in that collection? Or just sub-collections. (see willhlaw/node-firestore-backup-restore/issues/40).

andreescocard commented 5 years ago

I setup my database like this: -agendas --id1 ---mine ----doc1 ----doc2 ----doc3 --id2 ---mine ----doc1 ----doc2 ----doc3 --id3 ---mine ----doc1 ----doc2 ----doc3

Tried your commit but the same happened, empty folders with the collection names :/ Any tips?