we-cordova-android-fcm
v1.0.0
Published
Cordova plugin for Android FCM service.
Downloads
3
Maintainers
Readme
WebEngage Cordova SDK for Firebase Cloud Messaging (FCM) on Android
Pre-requisites
- WebEngage Cordova Plugin
Make sure you have integrated webengage cordova plugin.
Installation
- 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.
Sample Application
You can refer to our sample project.