Receive push notifications when keywords stored in mysql are saved
Asked 2 years ago, Updated 2 years ago, 68 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!