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

Sender Id Mismatch #110

Closed dilipdk closed 2 years ago

dilipdk commented 2 years ago

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

Prakort commented 2 years ago

@dilipdk there are few things could causes this error: 1- Is your token Apns or Fcm? You check the difference between Apns and Fcm. 2- Is your token registered?