fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 997 forks source link

Features like phonegap-plugin-push #143

Open dannywillems opened 7 years ago

dannywillems commented 7 years ago

As phonegap-plugin-push is not up-to-date with the last FCM and never answers to issues or questions, this plugin gains in popularity and can be the next most used plugin for push notifications with Cordova.

The PhoneGap plugin allows to add some useful payload (see https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/PAYLOAD.md) like inline reply, actions buttons, etc. To be the equivalent of PhoneGap push plugin for FCM, this one must implement the same features.

@fechanique: Do you think it's interesting? Do you plan to implement it? I can also contribute if you want.

benny1308 commented 7 years ago

Hey, great idea. I'm also convinced, if we merge the two plugins cordova-plugin-fcm and cordova-plugin-firebase to one powerful firebase plugin, this plugin could be the most used plugin with cordova. Of course, the payload options from phonegap-plugin-push, like the action buttons are extremly helpful. Ben

dannywillems commented 7 years ago

@benny1308 We switch to this plugin in my company, but it's horrible because lots of features are not implemented (like vibration, some icon issues, action, images, ...). I really hope a work will be done.