laravel-notification-channels / fcm

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

How can I add click action into FcmMessage, should I use custom? #200

Closed Leonardo-Faria-Oliveira closed 2 months ago

Leonardo-Faria-Oliveira commented 2 months ago

See I have an app on Flutter Flow and my client needs that the app navigate to specifics screens, when tap the notification. I need to specify some action on notification, how can I do this this using this package?

dwightwatson commented 2 months ago

You'd likely need to use custom properties, yes.

This library just maps to https://github.com/kreait/laravel-firebase so maybe worthwhile looking how to implement there and then use through the channel.