Jonathan Edey

Results 9 comments of Jonathan Edey

Hey Folks, We are aware of the issues you have mentioned above and are working to address these. Currently, support for HTTP/2 in Node.js is underway and our next focus...

> Hi, i have a few questions about deprecation itself. In java is mandatory to change our version of admin sdk to 9.2.0? O we can still use another versions...

Thank you for your patience! With the release of v12.3.0, `sendEach()` and `sendEachForMulitcast()` now use a HTTP/2 connection by default when sending messages. We'd like for you to give it...

Hey @victorHugoCarvalho, The current implementation does use HTTP/2 multiplexing. Each call to `sendEach()` or `sendEachForMulitcast()` creates a new connection with 100 concurrent streams. Meaning 2 `sendEach()` calls would result in...

HTTP/2 support has now been added with the release of [v9.4.0](https://github.com/firebase/firebase-admin-java/releases/tag/v9.4.0). See [our wiki](https://github.com/firebase/firebase-admin-java/wiki/HTTP-Transport) for more information on this change.

Hi @karambaq, App Check support was only added in [v6.0.0](https://github.com/firebase/firebase-admin-python/releases/tag/v6.0.0). Please update to a newer version to resolve your issue.

Hi Folks, We are aware of these issues and working to address them. Currently, support for HTTP/2 in Node.js is underway and our next focus is exploring similar options for...