Lahiru Maramba
Lahiru Maramba
Hey @tannerstern are you able to provide us with more information on this? Do you have the same setup as the original reporter of this issue? Does this occur only...
Is your server/development workflow somehow block http2 outgoing requests? `sendEachForMulticast()` and `sendEach()` methods uses HTTP/2 by default and the `send()` method uses HTTP/1 You can try disabling HTTP/2 in `sendEachForMulticast()`...
Hi @kashyaprahul94 , we have optimized the `sendEach*()` functions in #695 and the changes are now available in `v4.17.0`. This change should reduce the CPU usage and improve batch send...
Hey @chong-shao do you think we should retry 502 errors?
This issue is now fixed in the latest version of `firebase-admin` `v13`. Thanks for your patience!
Note: you probably won't have to worry about 3.8 compatibility issues as we plan to drop 3.8 in the upcoming major release. See: https://github.com/firebase/firebase-admin-python/pull/892
This will be addressed in https://github.com/firebase/firebase-admin-java/pull/979
Hey @swftvsn thanks for your contribution on this. We are migrating our internal credentials handling to `google-auth-library` in #2466, which should address this issue. I have reprioritized this issue and...
Thanks! Should be fixed in https://github.com/firebase/firebase-admin-node/pull/2466