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

Add implementation to fix notification error #45

Closed achou11 closed 5 years ago

achou11 commented 5 years ago

Adds changes to address https://github.com/considerhq/main/issues/6426. Inspired by changes made in this fork.

achou11 commented 5 years ago

Please ignore this PR. I accidentally compared to original instead of our fork. Thanks!