Send an image in the notification payload #16
-
how to send an image in the notification payload? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Currently attaching image on notification payload is not supported with php-fcm-v1. It looks like HTTP v1 API does support it, so it needs to be implemented in php-fcm-v1 https://firebase.google.com/docs/cloud-messaging/android/send-image?hl=ko#rest |
Beta Was this translation helpful? Give feedback.
-
Hello @lkaybob I made a few modifications to your code and that allows me to send the images. I would like to be able to add my participation with this code fragment to your project, will it be possible? |
Beta Was this translation helpful? Give feedback.
Currently attaching image on notification payload is not supported with php-fcm-v1. It looks like HTTP v1 API does support it, so it needs to be implemented in php-fcm-v1
https://firebase.google.com/docs/cloud-messaging/android/send-image?hl=ko#rest