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

Doesn't work with big collections: DEADLINE_EXCEEDED: Deadline Exceeded #11

Closed robertkeus closed 5 years ago

robertkeus commented 6 years ago

When I want to export a big collection Then I get this error: DEADLINE_EXCEEDED: Deadline Exceeded

dalenguyen commented 6 years ago

Hi @robertkeus, how does your data structure looks like and how big it is? Did it import anything?

robertkeus commented 6 years ago

@dalenguyen it's a huge file and big backup. I needed to export the data.

dalenguyen commented 6 years ago

Hi @robertkeus, check your current account, if it exceeds the quotas:

https://firebase.google.com/docs/firestore/quotas

philliphartin commented 5 years ago

@robertkeus - Did you ever resolve your issue? I'm up against the same thing and have tried numerous ways to address it using node