steadyequipment / node-firestore-backup

Google Firebase Firestore backup tool
190 stars 51 forks source link

Running into deadline exceeded error #41

Closed qwales1 closed 6 years ago

qwales1 commented 6 years ago

I have been running into a timeout on collections that have a lot of documents that are large in size. A good number of them are close to the 1MB limit in Firestore. I came up with a work around where it paginates the documents in a collection so it doesn't hit the timeout. It seems to be working fine. I will try and clean it up and submit as PR.

yoiang commented 6 years ago

Perfect! Thanks in advance, for reporting the issue and fixing it!