How to send upstream messages using FCM and PhoneGap

I use the cordova-plugin-fcm plugin to implement FCM push sharing in my phonegap application.

I cannot find a way to send upstream messages (using XMPP) from my application. I called this Firebase doc and it explains how to send an upstream message from the android native client. Is there a way to send XMPP messages up the body using phoneGap / Cordova?

+4
source share

Source: https://habr.com/ru/post/1661882/


All Articles