Skip to content

Configurable default notification icon for Android

Compare
Choose a tag to compare
@andrehtissot andrehtissot released this 24 Feb 20:59
· 264 commits to master since this release
6598976

Changelog

ANDROID_DEFAULT_NOTIFICATION_ICON included as a variable.

Now it is possible to define the default icon for notifications as com.google.firebase.messaging.default_notification_icon

To be configure, just install this plugin by using the variable, like:

cordova plugin add cordova-plugin-fcm-with-dependecy-updated --variable ANDROID_DEFAULT_NOTIFICATION_ICON="@mipmap/notification_icon"

Special thanks to @mauricioLopezRamirez for initial implementation #17.