laravel-notification-channels / fcm

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

onMessage not triggering #196

Closed rodrigonsh closed 3 months ago

rodrigonsh commented 3 months ago

Hi think I'm sucessfuly sending the notification using the user's fcm_token but in my webapp the onMessage is not triggering.. any tips on how to receive the notification?

cheers

dwightwatson commented 3 months ago

You'll need to debug with the underlying libraries. This channel is simply a bridge between Laravel's notification channel and a Firebase package.

rodrigonsh commented 3 months ago

Thank you, i think i have somthing wrong in the service worker ...

but thank you for the quick response

dwightwatson commented 3 months ago

No worries, good luck!