laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
495 stars 127 forks source link

how to set Icon !?? #102

Closed mohsenMJ closed 2 years ago

mohsenMJ commented 2 years ago

First Thanks for this great package, then I want to set an Icon for my messages , according to documentation I only can set Image for a message which is not what I want.

please help me to understand how to set Icon for a message using your package.

Thanks.

Prakort commented 2 years ago

@mohsenMJ If it's for the mobile app, it's done in the frontend. You cannot overwrite it. I've not tried on web app yet.