Closed burasuk closed 10 months ago
Please try using version 4.x and see if that resolves your issue.
Error dissapear, but nothing happens, notification not send.
You may need to listen for the notification failed event (see docs) which can help you review the error.
Sending notifications works via the
kreait/laravel-firebase
package but not throughlaravel-notification-channels/fcm
.Versions: laravel-notification-channels/fcm: 3.2 laravel: 10.0
When i run:
I have an error:
My notification definition(not work):
user class:
with only
laravel-firebase
definition(work):