Lahiru Maramba

Results 268 comments of Lahiru Maramba

Hey @MightySepp666 the support for batch send APIs including `sendMulticast` have been deprecated in the backend services, which is beyond scope for this SDK. Firebase Admin Node SDK (this repo)...

```js import admin from 'firebase-admin' admin.firestore.setLogFunction(console.log); ``` The above seems to be working when I try to reproduce this issue. Could you try with the modular imports to see if...

Hey folks, thanks for reporting this issue! I am having trouble reproducing this... my code seem to build on NodeJS 20.11 with ES6. Are you able to provide us a...

This should be fixed in #2614 Please open a new issue if you still have problems. Thanks!

Thanks Jonathan! Let's make the changes we discussed in the API proposal and do another pass. We should be good to go then!

Thanks for filing this issue. Since the vulnerability is in a dependency of `jwks-rsa` the fix should be addressed in that package. It also doesn't look like `jwks-rsa` pins to...

This should also be related to https://github.com/firebase/firebase-admin-node/pull/2534 Which you can fix by upgrading `farmhash` to `v3.3.1`. We will also include this change in the upcoming release

Hey folks, we will look into a better fix for this. In the meantime, are you able to add python to your docker image (or https://github.com/firebase/firebase-admin-node/issues/2552#issuecomment-2104813661) to and see if...

For others facing the same issue, it would help us if you can share more information on your environment and the errors you are seeing.

Thanks @lhermann for the detailed response! Would adding `python` build tools to your docker help? See: https://stackoverflow.com/a/59471030/1526201 How many of y'all facing this issue use the remote config API? I...