appfeel / node-pushnotifications

Push notifications for GCM, APNS, MPNS, AMZ (automatic detection from device token)
MIT License
541 stars 127 forks source link

Support for data-only messages on Android #166

Closed derwaldgeist closed 2 years ago

derwaldgeist commented 2 years ago

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?

vitalyster commented 2 years ago

Magical phonegap option will do what you need

derwaldgeist commented 2 years ago

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

derwaldgeist commented 2 years ago

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