Android notifications
-
Hi friends. I have an Android app rendered with Codova but I would like to implement push notifications on Android. I have no idea about what I should do. Thank you
-
Firebase cloud messaging acts as a middleman for this service. The service is completely free, but you do need to implement their library in your client as well as in your server. From there your server will communicate with firebase api, and firebase will send the push notifications to the specified devices.
I believe this is the plugin for cordova:
https://ionicframework.com/docs/native/pushfor your server side library:
https://firebase.google.com/docs/cloud-messaging