Push notifications with FCM on DevExtreme/Phonegap
问题 I developed my app with DevExtreme, a multiplatform tool based on PhoneGap. Now, I'm trying to use the to phonegap-plugin-push manage push notifications. My first, simple, goal is to send&receive some notifcations from FCM (Firebase Cloud Messaging). I prefer to start with Android, so, I set my Android app on FCM. Here, I took the sender ID. Following the docs, I modified the config.xml as below: <widget id="com.devexpress.apptemplate" version="1.0" versionCode="1"> <name>ApplicationTemplate<