Ehsan

Results 131 comments of Ehsan

Hi folks, please update your npm dependencies and make sure you're getting `@google-cloud/firestore` version 7.7.0, and `google-gax` version 4.3.3 or above. Please let me know if you still experience any...

> Is there reason to believe that release will address the issue? Yes, we depend on the grpc library, which indicated issues with the old versions (such as https://github.com/grpc/grpc-node/issues/2690). Firestore...

Hey @lox , I believe setting the following environment variables will provide additional grpc debug logs: ``` export GRPC_VERBOSITY=debug export GRPC_TRACE=all ```

the dependencies have been updated in the latest release. Thanks @lahirumaramba .

@lox @beckjake please let us know if you have any issues after upgrading to the latest release. Thank you.

Perhaps this is where it's complaining about? *System.err: ./node_modules/@grpc/grpc-js/build/src/logging.js(file: src/webpack:/june_5/node_modules/@grpc/grpc-js/build/src/logging.js:37:43)* Can you check `node_modules/@grpc/grpc-js/build/src/logging.js:37:43` and let us know what it is? The closest thing I can find is [this](https://github.com/grpc/grpc-node/blob/c447875796c7e5044b6a3f3c5fb03e449aaaf931/packages/grpc-js/src/logging.ts#L38-L39), and...

Thanks for reporting this @chrisspiegl . I'll take a look.

@chrisspiegl I just found out that we have a typo in one of our package.json files. I've posted https://github.com/firebase/firebase-js-sdk/pull/8331 to fix the typo, but I'm not certain if that's the...

I haven't been able to reproduce the error unfortunately. My package.json is: ``` { "name": "nuxt-app", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt...