jlcvp / fcm-node

A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM) for Android & iOS & Web Notification and data push
MIT License
125 stars 46 forks source link

send message with image? #36

Closed spmamidi closed 6 years ago

spmamidi commented 6 years ago

can you provide sample code to send message with image?

jlcvp commented 6 years ago

what do you mean by that? send the image bytes through fcm?

spmamidi commented 6 years ago

Yes. Send image bytes

jlcvp commented 6 years ago

FCM has a limit of 4kb per message. If your image fit within this limit, you can get the base64 representation of that image, send it and reconstruct the image in the other end e.g.. Otherwise you need to send just the link to that image and fetch it on the application side.

jlcvp commented 6 years ago

for futher information about payload limits, please refer to https://firebase.google.com/docs/cloud-messaging/concept-options#data_messages