By default, Firebase messaging gets the app icon as the notification icon.
It displays like that because emulators and some Android devices, don’t decode the icon on the notification bar if it is not transparent, make sure to make the app icon transparent and it will be visible.
If you want you can customize the icon by doing this:
2
Answers
By default, Firebase messaging gets the app icon as the notification icon.
It displays like that because emulators and some Android devices, don’t decode the icon on the notification bar if it is not transparent, make sure to make the app icon transparent and it will be visible.
If you want you can customize the icon by doing this:
For more information, check https://firebase.google.com/docs/cloud-messaging/android/client
icon: ‘launch_background’ you can try to change icon from here.