How to get push notifications in flutter, when database(MySQL) table change (insert, update, delete) occurs?

5,681

Use Firebase Cloud Messaging https://firebase.google.com/docs/cloud-messaging

You can call the API via PHP. Here is the example Sending Firebase notification with PHP

Share:
5,681
kiran
Author by

kiran

Updated on December 15, 2022

Comments

  • kiran
    kiran over 1 year

    I know how to create a simple notification in Flutter app , but I want to create a real time push notification whenever database(Mysql) table will update/change. I'm using PHP to send/get data from MYSQL database table. Is there any way to get notify the user when there is a change/update in database specific table.