DEV Community

Rohit Urane
Rohit Urane

Posted on

Integrate Firebase web notification in the laravel application

Web notifications are messages sent to a visitor's device from a website. It allows you to engage and retain website visitors. Push notification can boost app engagement by 88%, with 66% of app users on average returning to that app when push enabled.

In this article, we are using Firebase and Laravel & VueJs technology. We will consider setting up push notifications in the SPA application. We will learn step by step the integration of FCM in Laravel.

Step 1-
We are preparing a project on the firebase console. Click here to https://console.firebase.google.com/. I am enabling google analytic for a report.
It will take less than 1 minute to create a project for you.

Read More

Top comments (2)

Collapse
 
mreduar profile image
Eduar Bastidas

Did you at least take the time to test this on a project? You are using outdated libraries and the code doesn't even work. You copied it from somewhere else and took credit for it. 🙂

Collapse
 
rohiturane profile image
Rohit Urane

I have implemented this on my project and it is work well.