WebEngage / cordova-plugin-android-fcm

Customisable Android FCM plugin for Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Customisable Android FCM plugin for Cordova


Languages

Language:Java 81.4%Language:JavaScript 18.6%