This is not an issue, but opening this for future search result utility.
From electron/electron#3095:
Current we don't have Google Cloud Message supported, and we probably won't in future since the work to support this is relatively heavy. Google's private services are not included in Chromium's content module, so we don't get them in Electron by default.
I'm closing this since we are not likely to fix this, however pull requests will be welcomed.
The expected error users should receive is:
DOMException: Registration failed - push service not available
Local notifications (new Notification()) work, and other Electron plugins that hook into the OS' desktop notifications work, but push notifications are not supported.
This is not an issue, but opening this for future search result utility.
From electron/electron#3095:
The expected error users should receive is:
DOMException: Registration failed - push service not availableLocal notifications (
new Notification()) work, and other Electron plugins that hook into the OS' desktop notifications work, but push notifications are not supported.