appfeel/node-pushnotifications

Support for data-only messages on Android

derwaldgeist opened this issue · 3 comments

We're building a Unity application using a package that supports only "data-only"-messages on Android. Is there a way to tell node-pushnotifications to keep the notifications key out if the notification is being sent via FCM?

Magical phonegap option will do what you need

Oh, thanks, I had seen this option, but thought it was for phonegap / Cordova only :-) Will try it out!

Yeay, it worked! Thank you so much for your super-fast response!