StoreHippo provides the provision to automatically send push notifications. If you are looking for a Cloud Messaging configuration, the following steps will help you enable Cloud Messaging for your Android app. Google has replaced Google Cloud Messaging (GCM) with Firebase Cloud Messaging (FCM). To configure the push notification in your Android app, you need to create a firebase project, get the configuration keys and add keys to your app.
First of all, you need to create a firebase project. To create a firebase project, follow the steps mentioned below:
Now, the Firebase project created.
After creating the firebase project, you need to create a configuration file. The configuration file will be in JSON format. Along with the JSON file, you need to get the server key. To create a configuration file, follow the steps from the step mentioned below:
After downloading the JSON file and getting the server key, you can proceed to configure the push notification.
To configure the push notification to the Android mobile app, follow the steps mentioned below:
Once the app build is ready, you can download it and push to Google Play Store for getting published. After the app is published, you can start sending the push notifications. Click here to know more about push notifications.