Skip to content

feat(fcm): Support proxy field in FCM AndroidNotification#1084

Merged
jonathanedey merged 3 commits into
firebase:masterfrom
vitvvv1:master
Mar 21, 2025
Merged

feat(fcm): Support proxy field in FCM AndroidNotification#1084
jonathanedey merged 3 commits into
firebase:masterfrom
vitvvv1:master

Conversation

@vitvvv1

@vitvvv1 vitvvv1 commented Mar 12, 2025

Copy link
Copy Markdown
Contributor
Comment on lines +212 to +213
public enum Proxy {
PROXY_UNSPECIFIED,

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.

Let's remove PROXY_UNSPECIFIED and have the absence of the field be enough to show it's not specified.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

PROXY_UNSPECIFIED is removed.

Thanks for the feedback.

@jonathanedey jonathanedey 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.

Thank you @vitvvv1 for your contribution!
Looks good, added one more comment. Could you also resolve the lint error blocking tests.

Comment thread src/main/java/com/google/firebase/messaging/AndroidNotification.java Outdated
@jonathanedey jonathanedey requested a review from egilmorez March 17, 2025 18:30
@jonathanedey jonathanedey changed the title add 'proxy' to AndroidNotification Mar 17, 2025
@jonathanedey jonathanedey requested review from OrlandriaH-G and removed request for egilmorez March 18, 2025 14:55
…n.java


fix comment AndroidNotification.setProxy

Co-authored-by: Jonathan Edey <145066863+jonathanedey@users.noreply.github.com>
@jonathanedey jonathanedey merged commit 6e50583 into firebase:master Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants