2

In firebase cloud messaging web notifications, the default icon is chrome icon shown as a grey circle how can i change it  this

vzamanillo
  • 9,905
  • 1
  • 36
  • 56
Buddhi
  • 2,224
  • 5
  • 32
  • 43

1 Answers1

3

You cannot remove that small Chrome icon. It is present to make it clear that the notifications are delivered through the Chrome app.

Update: on some OS, including Android, you can now set the badge when you display the notification. You can try that option and see if it works in your case (here's a blog post that I wrote about the icon / badge).

collimarco
  • 34,231
  • 36
  • 108
  • 142