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?
source
share