Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Most stable FCM plugin for Cordova [closed]

What is the most stable and functionality-rich FCM plugin for Cordova. All that is needed is receiving push messages and a FCM registration token. Both foreground and background.

I have tried https://github.com/fechanique/cordova-plugin-fcm and it does the job for Android but not for iOS as I don't get the js callback. So I am looking for an alternative that would work the SAME on both platforms.

Thanks in advance for answering

like image 486
Robert K. Avatar asked Dec 11 '22 13:12

Robert K.


1 Answers

Well, in my knowledge, there is no better plugin for FCM. Either you try to debug this plugin, or use one of these two (I never tested them):

https://www.npmjs.com/package/cordova-plugin-firebase

https://www.npmjs.com/package/cordova-plugin-fcm-afronutt

Please comment on this if one of them work for you, so that you benefit the others.

[EDIT] Apparently, the second link is just the same plugin that you use.

[EDIT2] See This for a possible solution of your problem with cordova-plugin-fcm

[EDIT3] I use cordova-plugin-fcm for both IOS and Android till today 18/6/2018. It works perfectly fine. I update IOS on my IPhone 5 frequently. So it is up-to-date.

like image 172
AhmadWabbi Avatar answered Dec 14 '22 23:12

AhmadWabbi