/FCM-Apps-PHP

A demo with Android, iOS App and PHP to test FCM

Primary LanguageJava

FCM-Apps-PHP

A code set for easy to program the FCM with PHP.

PHP

1. Add the "API_ACCESS_KEY" on the '/php/FCM.php' from Firebase Console.
2. Install android or ios app to get 'fcm_id' to update '$_POST["fcm_id"]'.
3. Try run 'php -S localhost:5000' on the terminal to run php program to send the push message.

AOS

iOS