kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
172 stars 56 forks source link

Add photo link in push #36

Open kossa opened 4 years ago

kossa commented 4 years ago

Hello,

How to add a photo in Push ?

image

erlangparasu commented 4 years ago

Ref: https://firebase.google.com/docs/cloud-messaging/android/send-image

kossa commented 4 years ago

Alright, I tried with code and with the console it does not work very strange

image

erlangparasu commented 4 years ago

i think we can not send image because currently we are using legacy Firebase API (https://firebase.google.com/docs/cloud-messaging/http-server-ref)