suresh-ramani / larafirepush

Firebase Push Notification Laravel Tutorial
https://techvblogs.com/blog/firebase-push-notification-laravel
8 stars 6 forks source link

Not working #1

Open techstead opened 2 years ago

techstead commented 2 years ago

Trying to solve this but its not working , getting message Notification Sent Successfully!! but didnt get any popup in any browser, Chrome, Firefox and Microsoft Edge,

carlospc commented 2 years ago

Check your browser console.

In my case the error displayed in the console was:

Messaging: This browser doesn't support the API's required to use the firebase SDK.

The root of the problem was that I was accesing the site via HTTP, and it must be accessed via HTTPS.

Good luck!