fcm icon indicating copy to clipboard operation
fcm copied to clipboard

Firebase Cloud Messaging (FCM) notifications channel for Laravel

Results 49 fcm issues
Sort by recently updated
recently updated
newest added

I was trying to send a notification to my flutter app using my laravel backend i dont know if its a php or laravel version but when i try to...

Is there a tutorial using this package? or some examples ? I followed he AccountActivated example but don't have the device tokens yet.. Initially just want to send an all...

https://github.com/kreait/firebase-php/blob/6.x/src/Firebase/Messaging/CloudMessage.php#L75 It checks array keys but does not check if they are empty or not, so it causes "A message can only have one of the following targets: condition, token,...

how we use this function setWebpush(NotificationChannels\Fcm\Resources\WebpushConfig $webpushConfig) what's the $webpushConfig?

NotificationChannels\Fcm\Exceptions\CouldNotSendNotification A message can only have one of the following targets: condition, token, topic, unknown

## Bugfix - [x] Validate array items before add array key - [x] add tests

Apns not support collapse for group messages, while android support group messages i can't do that for ios. I need to send apns_collapse_id .How can I do?

Hi, i've recently implemented the Laravel Firebase Notifications into my Laravel 8 project. It was working initially upon deployment after configuring my credentials, but now after the weekend I've got...

First Thanks for this great package, then I want to set an Icon for my messages , according to documentation I only can set Image for a message which is...

Hi, I'm having an issue while creating notifications, I'm having an error like belows NotificationChannels\Fcm\Exceptions\CouldNotSendNotification: SenderId mismatch Please help me to resolve this issue. Thanks