Ehsan
Ehsan
Hi @u12206050 ! Thanks for your proposal. I brought it up with the team, and we think it'd be a useful addition. While we can't prioritize adding this feature right...
hi @ThomasAWRaku . It seems that this is due to mixing CocoaPods and SPM. You need to fully remove CocoaPods, and then add SPM. If I remove CocoaPods entirely, I...
I removed CocoaPods using: ``` pod deintegrate pod cache clean --all rm Podfile rm Podfile.lock ``` Note that rerunning `pod install --repo-update`, which reintroduces the CocoaPods into the project (and...
Hi @spock123 , thanks for reporting. The only thing that comes to mind is that we had an inefficient UTF-8 string comparison logic. We have implemented a fix (https://github.com/googleapis/nodejs-firestore/pull/2380), which...
The fix has been released (https://github.com/googleapis/nodejs-firestore/releases/tag/v7.11.3). Please update your `@google-cloud/firestore` dependency and let us know if that resolves the issue for you. Thanks
This package ([firebase-admin](https://www.npmjs.com/package/firebase-admin)) package has an [optional dependency](https://github.com/firebase/firebase-admin-node/blob/master/package.json#L219) on `@google-cloud/firestore` which hasn't been updated yet. But I think if you `npm install @google-cloud/firestore` in your project to the latest version,...
Thanks for reporting @carlbleick. grpc attempts to retry requests that fail if they are considered retryable (several error codes are considered retryable). It then ultimately gives up after a certain...
Thanks for the update. It doesn't sound like an issue with limits based on your comment. The only thing that could help would be a way to reproduce this or...
Thanks for the suggestion @justinfagnani . I'll let the team know.