You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fcm): Add HTTP2 support for sendEach() and sendEachForMulticast() (#2550)
* Refactor `api-requets` to prepare to handle both HTTP/1.1 and HTTP/2 requests
* Added HTTP2 support for `sendEach()` and sendEachForMulticast` with integration tests
* fix: lint
* Added unit tests
* Added tests for `Http2Client` and `AuthorizedHttp2Client`
* Address api review changes and typos.
* TW changes, backticks and typos
* fix deprecation note
* Reword deprecation note.
0 commit comments