laravel-fcm-notification
laravel-fcm-notification copied to clipboard
Laravel FCM (Firebase Cloud Messaging) Notification Channel
Hi, I installed the package in my project and i paste routeNotificationForFcm() in User model: ``` /** * Route notifications for the FCM channel. * * @return string */ public...
hi I got an error in previous days from this module here is the code and screenshot, please I need help to resolve this issue. **error is SenderId mismatch** 1....
I build a mobile social network and I want to update the number of likes of a post using a push notification. But I don't want the users to be...
Hey I have implemented notification class using [https://github.com/nWidart/laravel-modules](url) and in that I am using method from `toFcm` but when I send notification through this class I get an error Call...
I need to specify an `apns-push-type` parameter for [VoIP push](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns), but this package apparently doesn't support platform specific fields. Are there any other ways to do it? Any plans to...
So far what I understand this package can help me to send notification to specific user(s). So we need to query all the users in the db and send the...
Any thoughts how to solve this problem?
Hi, could you please update the composer.json for compability with laravel 6? Thanks!
Hi @benwilkins Did you have any plan to add `NotificationFailed` when notification got failed? If so, I would like to make a PR. Currently, when notification got failed. It was...