Hi Brent,
I saw the google documentation. Notification icon is purely gray and white. I think that is okay for status bar icon. However, for the notification icon in the popup dialog, the screenshot I attached, is showing the app icon (I think) + a small notification icon in the bottom left.
So, the black and white notification is still there (I think should be still under the google guideline). I should change my question to: how (or is it possible) to add app icon behind the notification icon in the popup dialog like my attached screenshot from other app.
Also, some of the app can have difference background color of the notification icon like gmail icon is in red background not gray. Is it possible to change this color as well? is it a setting in corona?
Edit:
I found this document: https://fcm.googleapis.com/fcm/send
it supports “color” and “icon” parameters. The icon parameter doesn’t look like is an image path on the server. And I tried to set the color value to “#ff0000” but it doesn’t work.
Thanks!