node-firestore-import-export
node-firestore-import-export copied to clipboard
is this library still being maintained?
Expected behavior
Actual behavior
Steps to reproduce the behavior
Forked here https://github.com/cuong0993/node-firestore-import-export
Thanks! Does this resolve the "Bandwidth Exhausted" issue? https://github.com/jloosli/node-firestore-import-export/issues/411
@cuong0993 could you please have a look at this one #869?
Maybe you have a clue what needs to be updated as I'm not that familiar with the code. After that I could probably fix it myself.
Thanks! Does this resolve the "Bandwidth Exhausted" issue? #411
No. I believe the "Bandwidth Exhausted" issue is from the server. It might occur with a large database import/export. This lib is simple and do not handle that kind of error, unfortunately. Refer https://github.com/googleapis/nodejs-datastore/issues/525
@nonoumasy @cuong0993 just run across the below code that deals with "Bandwidth Exhausted"
https://gist.github.com/navidshad/973e9c594a63838d1ebb8f2c2495cf87
maybe either of you guys have capacity to integrate it into the current code?