I have created the icons here:
added the png-files to the android/app/src/main/res drawable folders and renamed the icons to notification_icon.png.
and added
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/notification_icon" /> <meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/colorAccent" />
to the AndroidManifest.
But I still get the white square (Simulator and Device) instead of the icon.
The minSdkVersion is 19 (21 also does not work) and the targetSdkVersion is 33
Does anyone has an idea what could be the problem?