FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(fcm): Added support for sending an image URL in notifications by cchamm · Pull Request #332 · firebase/firebase-admin-python · GitHub

feat(fcm): Added support for sending an image URL in notifications - #332

Merged
hiranya911 merged 8 commits into
firebase:masterfrom
cchamm:image-field
Sep 10, 2019
Merged

feat(fcm): Added support for sending an image URL in notifications#332
hiranya911 merged 8 commits into
firebase:masterfrom
cchamm:image-field

Conversation

cchamm commented Aug 21, 2019

Copy link
Copy Markdown
Contributor

Fixes #329

cchamm commented Aug 26, 2019

Copy link
Copy Markdown
Contributor Author

Any reviewer? @hiranya911

Copy link
Copy Markdown
Contributor

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

hiranya911 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

cchamm requested a review from hiranya911 September 10, 2019 08:18

hiranya911 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. Thanks.

hiranya911 assigned hiranya911 and unassigned cchamm Sep 10, 2019
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 merged commit 0ed372e into firebase:master Sep 10, 2019
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
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.

Notification class has no "image" field

3 participants


Back | FazBrowse Home | New Git URL