How to do push notification from server to android mobile

后端 未结 4 596
长情又很酷
长情又很酷 2021-01-31 02:26

I don\'t know anything about push notification. I am trying to learn. but I don\'t understand.

I have one table MySQL database in server system. When any changes are mad

4条回答
  •  佛祖请我去吃肉
    2021-01-31 03:02

    You can check out Firebase... Check out this link

    https://firebase.google.com/docs/cloud-messaging/

    https://firebase.google.com/docs/notifications/

    This links are sufficient to learn about Push Notification

    And as for sending notification when data in database changes, make your API send a request to FCM server so that it delivers necessary data to clients.

提交回复
热议问题