firebase-admin-java icon indicating copy to clipboard operation
firebase-admin-java copied to clipboard

[FR] Add HTTP2 support for sendEach() and sendEachForMulticast()

Open honorhs opened this issue 1 year ago • 2 comments

When will HTTP/2 support be available for methods like sendEach() and sendEachForMulticast() in the Firebase Admin Java SDK?

It appears that this support has already been implemented in firebase-admin-node. https://github.com/firebase/firebase-admin-node/releases/tag/v12.3.0

I was informed that after implementing HTTP/2 in firebase-admin-node, the same would be applied to firebase-admin-java. https://github.com/firebase/firebase-admin-java/issues/834#issuecomment-2108825607

Thank you.

honorhs avatar Aug 12 '24 07:08 honorhs

@lahirumaramba @jonathanedey

honorhs avatar Aug 12 '24 07:08 honorhs

#974 show that api deprecation is started but where is the http2 support?

jhkim-grip avatar Aug 19 '24 12:08 jhkim-grip

It would have been nice to release a new version before the deprecation.

ratuka avatar Aug 30 '24 14:08 ratuka

This will be addressed in https://github.com/firebase/firebase-admin-java/pull/979

lahirumaramba avatar Sep 04 '24 18:09 lahirumaramba

Fixed in #1013

lahirumaramba avatar Oct 09 '24 14:10 lahirumaramba

HTTP/2 support has now been added with the release of v9.4.0. See our wiki for more information on this change.

jonathanedey avatar Oct 09 '24 19:10 jonathanedey