Marco Rigamonti

Results 2 comments of Marco Rigamonti

I had the same problem and fixed by overriding ``send`` function in ``FcmChannel.php``. ```php public function send(mixed $notifiable, Notification $notification): ?Collection { // Firstly we create the message class /**...

Checking if ``$fcmMessage->topic`` exists was a simple solution based on our specific use case. We need to notify an indefinite number of users with the bare minimum load on the...