Lahiru Maramba
Lahiru Maramba
Hey @tom-andersen this could be related to the multidb feature. Could you take a look when you have a moment? Thanks!
Hey @folmosr what version of `@google-cloud/firestore` dependency are you using in your project? Could you try upgrading `@google-cloud/firestore` to `6.7.0` and see if that solves the issue? Thanks!
Hey @pragatimodi @Xiaoshouzi-gh do you know if we have any known issues with the `providersToUnlink()` API? Thank you!
Hey @DavidDomkar the error you are seeing is usually caused by using incorrect service account credentials. In the backend, if the incoming service account credentials are invalid, the backend will...
Are you using the node18:16 image? Might be related to this https://github.com/firebase/firebase-admin-node/issues/2234
I am closing this as it looks like the issue was resolved. We also added the `quota project` headers in the `v12.2.0` release
Hey @abhis3 , `storage` support in `firebase-admin` is provided through `@google-cloud/storage`. I think this issue would be better addressed in the https://github.com/googleapis/nodejs-storage repo.
Hi @ianspryn, Cloud Firestore support is provided by the [`@google-cloud/firestore`](https://npmjs.com/package/@google-cloud/firestore) library. Therefore the easiest and most efficient way to get Firestore issues resolved is by directly reporting them at the...
Hi @sushantdhiman, `preferRest` option is in firestore so it is a bit strange that you are experiencing issues with the auth API. You might have already done this, but just...
I am also unable to reproduce this.