Dale Nguyen

Results 69 comments of Dale Nguyen

@drmencos how did you try with the client?

Hi @janoshr, I just update the version of the `google-gax`. Can you try it again in `v1.0.1`? I saw a potential fix for retry & timeout on their end. https://github.com/googleapis/gax-nodejs/pull/1100

You don't see this error anymore? `Total timeout of API google.firestore.v1.Firestore exceeded 60000 milliseconds before any response was received` I think meanwhile you can use the old version before this...

Hi @mijiapps, which version of `google-gax` did you install?

Thanks, I upgrade the package with `[email protected]` in v1.1.0. Hopefully, it solved this issue.

Hi @yingwei1025, there is a flag `showLogs` that you can try to use in order to show logs while importing. https://github.com/dalenguyen/firestore-backup-restore#import--restore-options

Hi @yingwei1025, it only appears when you import / restore data. Does it backup everything you have from the firestore?

Hi @mohamedzakigithub, this can be done by using the normal query from firestore. https://firebase.google.com/docs/firestore/query-data/get-data#get_all_documents_in_a_collection

Hi @theoreticalsampling, can you create a test collection and check if it works.

I think the process took too long. Then your snapshot expires before returning the result. ``` If the backlog in the subscription is too old -- and the resulting snapshot...