Mobile application using Intel XDK and cordova plugin for Firebase notifications

I am using Intel XDK to create a mobile application. I need my app to receive push notifications using Google Firebase. I tried using the cordova-plugin-firebase plugin , but it does not work in the XDK because it has gradle scripts ... I tried to remove these scripts without success. I also tried using the cordova-plugin-fcm plugin ; I managed to remove the gradle scripts and create the application. It works on the emulator, but does not start on the device. Can someone send me some tips on why my application crashes? Unfortunately, I do not have an error message because the application does not start, and I really do not know why.

+1
source share
1 answer

use ionic with firebase on intel xdk

0
source

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


All Articles