Skip to content

feat(fcm): Add FcmOptions on MulticastMessage#439

Merged
hiranya911 merged 1 commit into
firebase:masterfrom
pavlospt:feature/multicase-message-fcm-options
Jun 9, 2020
Merged

feat(fcm): Add FcmOptions on MulticastMessage#439
hiranya911 merged 1 commit into
firebase:masterfrom
pavlospt:feature/multicase-message-fcm-options

Conversation

@pavlospt

@pavlospt pavlospt commented Jun 9, 2020

Copy link
Copy Markdown
Contributor

MulticastMessage does not seem to support FcmOptions. This PR introduces FcmOptions in MulticastMessages.

The implementation follows the same approach with the NodeJS SDK.

https://github.com/firebase/firebase-admin-node/blob/master/src/messaging/messaging.ts#L361

Resolves #440

@hiranya911 hiranya911 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @pavlospt. Looks mostly good. Just a couple of updates needed.

Comment thread src/main/java/com/google/firebase/messaging/MulticastMessage.java Outdated
@hiranya911 hiranya911 changed the title Add FcmOptions on MulticastMessage feat(fcm): Add FcmOptions on MulticastMessage Jun 9, 2020
@pavlospt

pavlospt commented Jun 9, 2020

Copy link
Copy Markdown
Contributor Author

Thanks for the PR @pavlospt. Looks mostly good. Just a couple of updates needed.

Hey @hiranya911 thank you for your review. I have updated the PR accordingly 😄 !

@pavlospt pavlospt requested a review from hiranya911 June 9, 2020 19:28

@hiranya911 hiranya911 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. LGTM 👍

@hiranya911 hiranya911 merged commit 3485c98 into firebase:master Jun 9, 2020
@pavlospt pavlospt deleted the feature/multicase-message-fcm-options branch June 9, 2020 19:58
@pavlospt

pavlospt commented Jun 9, 2020

Copy link
Copy Markdown
Contributor Author

@hiranya911 Sorry for the question, but since this is a thing we will be needing ASAP, I feel like I need to ask 😂 . Do we know when we can have a release including it? 😄

@hiranya911

Copy link
Copy Markdown
Contributor

@pavlospt we can try to get a release out next week.

@pavlospt

pavlospt commented Jun 9, 2020

Copy link
Copy Markdown
Contributor Author

@hiranya911 cool thank you very much 😄 !

@pavlospt

Copy link
Copy Markdown
Contributor Author

Hey @hiranya911 is the release still planned to be published this week 😄 ?

@lahirumaramba

lahirumaramba commented Jun 17, 2020

Copy link
Copy Markdown
Member

This change is now released in v6.14.0
https://github.com/firebase/firebase-admin-java/releases/tag/v6.14.0

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FR: FcmOptions on MulticastMessage

3 participants