FIREBASE NOTIFication icon code example
Example: firebase notification icon not showing
add in manifest.xml
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/logo" />