node-firestore-import-export icon indicating copy to clipboard operation
node-firestore-import-export copied to clipboard

is this library still being maintained?

Open nonoumasy opened this issue 2 years ago • 5 comments
trafficstars

Expected behavior

Actual behavior

Steps to reproduce the behavior

nonoumasy avatar Jan 04 '23 13:01 nonoumasy

Forked here https://github.com/cuong0993/node-firestore-import-export

cuong0993 avatar Feb 07 '23 07:02 cuong0993

Thanks! Does this resolve the "Bandwidth Exhausted" issue? https://github.com/jloosli/node-firestore-import-export/issues/411

nonoumasy avatar Apr 02 '23 19:04 nonoumasy

@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.

arthabus avatar Sep 18 '23 10:09 arthabus

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

cuong0993 avatar Sep 18 '23 13:09 cuong0993

@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?

arthabus avatar Sep 20 '23 16:09 arthabus