-
-
Notifications
You must be signed in to change notification settings - Fork 105
feat: Add Firebase Cloud Messaging (FCM) HTTP/2 support and option fcmEnableLegacyHttpTransport
to use legacy HTTP/1.1
#274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've restructured the docs a bit, since FCM sections apply to both apple and android push configs (if using FCM for both). Could you please check whether it makes sense?
Could you please add a test that checks whether setting the new option is properly sent to the adapter? for true, false, and the default value.
It looks good to me. Sure, I'll add a test in. |
fcmEnableLegacyHttpTransport
to use legacy HTTP/1.1
# [6.5.0](6.4.1...6.5.0) (2024-08-02) ### Features * Add Firebase Cloud Messaging (FCM) HTTP/2 support and option `fcmEnableLegacyHttpTransport` to use legacy HTTP/1.1 ([#274](#274)) ([70e6b6f](70e6b6f))
🎉 This change has been released in version 6.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, just made a minor change related to test stability
New Pull Request Checklist
Issue Description
firebase-admin recently added support to this in the release of v12.3.0.
Closes: #251
Approach
Tested and working.