Home > Software engineering >  Flutter Laravel Push Notification without using any third party like(firebase,onesignal..etc)
Flutter Laravel Push Notification without using any third party like(firebase,onesignal..etc)

Time:07-02

I'm making a mobile app that has push notification, from frontend I'm using flutter and backend I'm using laravel api and Postgres12 as database. I need to do a push notification where laravel will notify flutter of new notification whenever the database is updated. How to make a a reliable connection between flutter and laravel and that the push notification will work. Please help I have try searching for answers everywhere but I couldn't find the one that can help me solve the problem.

CodePudding user response:

Check out this Awesome Notification Package. This might be helpful for you!

CodePudding user response:

Better I understand, you can not make your own push notification server. What you can do is use the available services like firebase and can't doesn't mean impossible.

read this link

  • Related