Support to latest android
Notifications Support For M+
This app is a simple webview app with FCM notification + drawer submenus
Pretty easy to customize and Run
Php - Firebase Notifications
Android - Webview
Pull To refresh
Loader Options
String only customization
If you want the FCM for send push notifications to your customer, you must to follow this steps: Like a google maps setup, you must to create or edit your project on Google Api Console. Go to this link: https://firebase.google.com/ and follow the instructions. Android side Edit res -> values -> strings.xml • Set your register.php url on the server_url value (install PUSHPANEL BEFORE) • Put your Project ID on: google_api_sender_id Web Server side
- Put the push_panel folder on your host server (with php support)
- Create a database and import the .sql database
- Edit register.php and sendpush.php, change the mysql connection with your access.
- Configure your Api KEY (from Google Api Console -> Credentials) on sendpush.php.