laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
476 stars 123 forks source link

messageId null #136

Closed khrelian closed 11 months ago

khrelian commented 1 year ago

I have implemented this before and it worked well. This time though, the notifications push through according to telescope, the processes are done, and the jobs are queued. However, the mobile platforms aren't receiving the notifications, and when I checked the Job details, the messageId is null. Do you have an idea of what possibly could be going on here?

dwightwatson commented 1 year ago

Not sure, sorry. However if it's working on one project and not another it's likely a configuration issue.

Have a dive into the code and see if you can debug the underlying response and what might be going on. Also listen out for exceptions and see if they are being thrown.