- WebEngage Cordova Plugin
Make sure you have integrated webengage cordova plugin.
- Add this plugin to your Cordova project.
cordova plugin add https://github.com/WebEngage/cordova-plugin-android-fcm.git --fetch
- Add google-services.json file.
Follow the steps at Android FCM Documentation to get the google-services.json file from Firebase Cloud.
Save google-services.json file in the root of your project directory.
Done. Run and test push notifications from WebEngage dashboard on your Android app.
You can refer to our sample project.