-
Notifications
You must be signed in to change notification settings - Fork 285
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
Conversation
public enum Proxy { | ||
PROXY_UNSPECIFIED, |
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.
Let's remove PROXY_UNSPECIFIED
and have the absence of the field be enough to show it's not specified.
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.
PROXY_UNSPECIFIED is removed.
Thanks for the feedback.
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.
Thank you @vitvvv1 for your contribution!
Looks good, added one more comment. Could you also resolve the lint error blocking tests.
src/main/java/com/google/firebase/messaging/AndroidNotification.java
Outdated
Show resolved
Hide resolved
proxy
field in FCM AndroidNotification
…n.java fix comment AndroidNotification.setProxy Co-authored-by: Jonathan Edey <[email protected]>
added proxy field that described on page:
https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#androidnotification