Skip to content

Conversation

cchamm
Copy link
Contributor

@cchamm cchamm commented Aug 21, 2019

Fixes #329

@cchamm
Copy link
Contributor Author

cchamm commented Aug 26, 2019

Any reviewer? @hiranya911

@hiranya911
Copy link
Contributor

Hi @cchamm. Currently swamped with a couple of pending releases. Will take a look at this shortly.

Copy link
Contributor

@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

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

Looks pretty good. Just need one addition.

def __init__(self, title=None, body=None, icon=None, color=None, sound=None, tag=None,
click_action=None, body_loc_key=None, body_loc_args=None, title_loc_key=None,
title_loc_args=None, channel_id=None):
title_loc_args=None, channel_id=None, image=None):
Copy link
Contributor

Choose a reason for hiding this comment

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

Need the same added to APNSFCMOptions. See firebase/firebase-admin-java#298

@cchamm cchamm requested a review from hiranya911 September 10, 2019 08:18
Copy link
Contributor

@hiranya911 hiranya911 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@hiranya911 hiranya911 assigned hiranya911 and unassigned cchamm Sep 10, 2019
@hiranya911 hiranya911 changed the title Add "image" field to AndroidNotification and Notification feat(fcm): Added support for sending an image URL in notifications Sep 10, 2019
@hiranya911 hiranya911 merged commit 0ed372e into firebase:master Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants