Lahiru Maramba
Lahiru Maramba
Thanks @devj3ns ! Hey folks, please see my response in https://github.com/firebase/firebase-admin-node/issues/2602#issuecomment-2322053273 The deprecated endpoints mentioned in the issue are being used in `sendToTopic` and sendToCondition` APIs. These APIs are now...
Does configuring webpack by setting `asyncWebAssembly` to `true` in your `next.config.js` work for you? Something similar to the following: ```js module.exports = { webpack: (config, { buildId, dev, isServer, defaultLoaders,...
We removed the dependency on `farmhash-modern` in the latest release `v13`. This should be now fixed in the latest release. Let us know if you are still running into issues....
Since it sounds like you were able to fix the issue, I will close this for now. Thanks!
Thanks for reporting this. Are you able to reproduce this issue on your local development environment or does this only happen on Cloud Functions?
The code sample you provided shows that you are using the `send()` API. Are you sending a single message? If so, any reason you would prefer to use http/2 for...
Hey folks, @swftvsn's explanation above is correct! The header `x-goog-user-project` should have been added only for ADC with a human account. For now, adding the role `roles/serviceusage.serviceUsageConsumer` would be a...
Hey folks thank you for your patience on this. Since we completed the credential migration work in https://github.com/firebase/firebase-admin-node/pull/2466 I have submitted #2761 to fix the quota project issue. We will...
This issue should be fixed in `v13+`. Please open a new issue if you are still having problems with the `serviceUsageConsumer` role. Please provide any logs, errors, or a minimal...
We are unable to investigate issues without more information. If you can share any error logs or simple repro that would really help. Thanks!