MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
191 stars 62 forks source link

How to display icon #69

Closed michaelpeterlee closed 3 years ago

michaelpeterlee commented 3 years ago

MSWindows notifications display without an icon.

The FCM web implementation permits you to specify icon fullPath in the notification payload which works well for the web. We use the same convention, however no icon displays.

michaelpeterlee commented 3 years ago

This is a problem for Electron.Notification(sTitle,{icon:''}).