flutterlaravel-8laravel-api

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


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.


Solution

  • 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