1.0.0 • Published 1 year ago

we-cordova-android-fcm v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

WebEngage Cordova SDK for Firebase Cloud Messaging (FCM) on Android

Pre-requisites

  1. WebEngage Cordova Plugin

Make sure you have integrated webengage cordova plugin.

Installation

  1. Add this plugin to your Cordova project.
cordova plugin add https://github.com/WebEngage/cordova-plugin-android-fcm.git --fetch
  1. 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.