add fcm image and data support
See original GitHub issue💡 The current fcm notification implementation doesn’t support sending image
field, it allows only body
and title
-
adding
image
anddata
section would be useful -
image section:
-
data section:
-
More details: https://firebase.google.com/docs/cloud-messaging/concept-options
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Send an image in the notification payload - Firebase - Google
The FCM HTTP v1 API and the Notifications composer support sending image links in the payload of a display notification, for image download...
Read more >Firebase Expandable Notification Show image when app is in ...
FCM notification messages don't support the largeIcon or bigPicture. if you need them while in background you can use a FCM data message...
Read more >Adding images to push notifications - Leanplum Documentation
Adding an image to a push notification · Create a new push notification campaign. · Choose targets. · Click the Image field to...
Read more >Android Firebase Push Notification With an Image - YouTube
In this video we are going to learn about how to display Firebase push notification with an image. If you send the push...
Read more >Push notifications w/ images | Voters - Expo - Canny
Support images in data messages displayed by expo · Allow handling of clicks on FCM notification messages · Allow pure invisible data messages...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got it! 👍 Shouldn’t be too difficult to do. I’ll work on this next and keep you posted.
We don’t need upload to cloud functionality(although it would be useful to have).
Message
object you are building here to includeimage
,data
and other sections as defined by FCM-Message object here