Closed ccseptian closed 2 years ago
i use pusher also fcm
but only use pusher worked.. how to use fcm?
Notification::route('fcm', $user->fcm_token)->notify(new ExampleNotify($object));
As mentioned in the PR I suspect this is is an issue with the return of your notification's via method.
via
i use pusher also fcm
but only use pusher worked.. how to use fcm?