activitree / meteor-push

Meteor Push Notifications for Cordova and Web/PWA with Firebase (FCM).
MIT License
27 stars 19 forks source link

Remove non-mandatory fields from the default notification object #34

Open paulincai opened 3 years ago

paulincai commented 3 years ago

At the moment "image: mongoNote.imageUrl || defaults.imageUrl" in the Android notification forces the user to send an image or otherwise the notification is not being sent (as it results in image: undefined).