Android push notifications
Migrate Google Cloud Messaging (GCM) to Firebase Cloud Messaging (FCM) Tutorial For Android Firebase Cloud Messaging (FCM) is the new version of GCM. https://developers.google.com/cloud-messaging/ So when you are migrate GCM into FCM first you need to add fcm things into your android project. Follow these steps on firebase. Here i am going to explain only how to push messages into android mobile app from particular server. For testing purpose you can use postman software instead of server. Here i am explaining using postman. To add Firebase to your app you'll need a Firebase project and a Firebase configuration file for your app. 1. Create a Firebase project in the Firebase console , https://console.firebase.google.com/ . 2. Click Add Firebase to your Android app and follow the setup steps same as firebase web site. 3. Make sure you have correctly located google-services.json file ...