feat(fcm): Support `proxy` field in FCM `AndroidNotification` by vitvvv1 · Pull Request #1084 · firebase/firebase-admin-java
Comment on lines +212 to +213
| public enum Proxy { | ||
| PROXY_UNSPECIFIED, |
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.
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.
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
changed the title
add 'proxy' to AndroidNotification
feat(fcm): Support proxy field in FCM AndroidNotification
…n.java fix comment AndroidNotification.setProxy Co-authored-by: Jonathan Edey <145066863+jonathanedey@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters