Receive push notifications when keywords stored in mysql are saved

Asked 1 years ago, Updated 1 years ago, 56 views

I'm using FCM to study push messages If you save a keyword in the database and write that contains the keyword is stored in the database, I want to implement it by sending a message. Then should I send it to php from mysql? I wonder how it can be implemented!

mysql fcm php

2022-09-21 12:15

1 Answers

Whenever the app sends data to php and receives it, I solved it by sending push notification from php to FCM~


2022-09-21 12:15

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.