laravel-notification-channels / fcm

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

script did'nt executed #74

Closed ccseptian closed 2 years ago

ccseptian commented 3 years ago

i use pusher also fcm

image

image

but only use pusher worked.. how to use fcm?

write-programmer commented 3 years ago

75 I am waiting for confirmation of the improvement, but you can use code like: Notification::route('fcm', $user->fcm_token)->notify(new ExampleNotify($object));

dwightwatson commented 2 years ago

As mentioned in the PR I suspect this is is an issue with the return of your notification's via method.