Configurable default notification icon for Android
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.