dalenguyen / firestore-backup-restore

NPM package for backup and restore Firebase Firestore

Home Page:https://firebaseopensource.com/projects/dalenguyen/firestore-backup-restore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execlude subcollections export

mohamedzakigithub opened this issue · comments

Basically I want to shallow export my collections. so I have a products top collection and in each document there is a history sub collection. so I would like to export the documents in the prodcut collection and execlude the sub collection.

Has anyone found a solution to this? Cant we set a boolean within options like: "exportSubcollections : false" ?

I'm working on a fix for this. I noticed that fetching for subcollections also decrease enormously the speed of the export