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

Cannot send notification anyway #166

Closed RahulDey12 closed 10 months ago

RahulDey12 commented 10 months ago

No matter what I do I cannot send any firebase notification to any token. I am always receiving this message.

Although the token is syntactically correct, it is not known to the Firebase
project you are using. This could have the following reasons:

- The token has been unregistered from the project. This can happen when a user
  has logged out from the application on the given client, or if they have
  uninstalled or re-installed the application.

- The token has been registered to a different Firebase project than the project
  you are using to send the message. A common reason for this is when you work
  with different application environments and are sending a message from one
  environment to a device in another environment.

Please solve it I am sooo confused.

dwightwatson commented 10 months ago

There's not enough information here for us to debug.