laravel-fcm-notification icon indicating copy to clipboard operation
laravel-fcm-notification copied to clipboard

Laravel FCM (Firebase Cloud Messaging) Notification Channel

Results 31 laravel-fcm-notification issues
Sort by recently updated
recently updated
newest added

any chance on laravel 9 support in near future?

Hello Sir/Madam ### Description I m adding a new Feature FCM save token on database and send by notification function There are use Model create the name of FCM and...

Hello, thank you for your package. I am not using the notification class and i'm a bit confused by the instructions. Do you happen to have a code snippet of...

I am getting above error while sending notification. I dont understand how to resolve it..please help with it. I am getting this error in laravel....

The package had been working fine until recently, with noticed on our production server. full error description below. Client error: `POST https://fcm.googleapis.com/fcm/send` resulted in a `401 The request was missing...

Hey, Current implementation resolves fcm channel with the fcm key from the services config, which, at least within my knowledge with the framework, stops me from setting a custom api...

How to send message to multiple devices?

I'm getting 2 issues: 1. When adding a badge to the content array, it fails to deliver. 2. The icon doesn't show up. Are there any specific formats to sizes...

I am using `toFCM` function, but in that there is no where mentioned where to specify the registration_id or device_token to send push. ``` public function toFcm($notifiable) { $message =...