Skip to content

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

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

Merged
merged 3 commits into from
Mar 21, 2025

Conversation

vitvvv1
Copy link
Contributor

@vitvvv1 vitvvv1 commented Mar 12, 2025

Comment on lines 212 to 213
public enum Proxy {
PROXY_UNSPECIFIED,
Copy link
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
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.

Copy link
Contributor

@jonathanedey jonathanedey left a comment

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.

@jonathanedey jonathanedey requested a review from egilmorez March 17, 2025 18:30
@jonathanedey jonathanedey changed the title add 'proxy' to AndroidNotification feat(fcm): Support proxy field in FCM 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 <[email protected]>
@jonathanedey jonathanedey merged commit 6e50583 into firebase:master Mar 21, 2025
6 checks passed
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.

4 participants