I have made forum app (android) it uses web services to send/retrieve data from database (phpmyadmin). Now when a new question is added then everyone using the app should get a headsup notification that there is a new question. After searching every where I found that FCM should be used but I'm not getting how to use Firebase with my existing database because I want all the data to be stored in my database and also show notification.
Asked
Active
Viewed 727 times
1
-
Here is a library you can use https://github.com/ktamas77/firebase-php – Peter Chaula Apr 09 '17 at 14:19
1 Answers
1
You can pick what Firebase features you want to use. So if you use Firebase Cloud Messaging, you don't have to use the Firebase Database. You can just stick to your own database and call out to FCM from your PHP code.
Some examples of calling FCM:

Community
- 1
- 1

Frank van Puffelen
- 565,676
- 79
- 828
- 807