Cordova Plugin Firebase Cloud Messaging For Android
    Firebase Notifications is a free service that enables targeted user notifications for mobile app developers.   Built on Firebase Cloud Messaging and the FCM SDK, Firebase Notifications (Notifications) provides an option for developers and organizations seeking a flexible notification platform that requires minimal coding effort to get started, and a graphical console for sending messages. Using the Notifications console GUI, you can reengage and retain your user base, foster app growth, and support marketing campaigns.       Reference:  Firebase Cloud Messaging   First Create project on  console firebase   Download google-services.json file on firebase console and add "platform/android" path.   Like below image :       Master branch:  cordova plugin add https://github.com/LokeshPatel/Cordova-Plugin-FCMNotification.git   local folder:  cordova plugin add Cordova-Plugin-FCMNotification -- Search local path    After Install Plugin Need To Update On "build.gradle" F...
 
