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

Added reset method to clear the push-receiver's cache. #24

Closed JohannRosenberg closed 6 years ago

JohannRosenberg commented 6 years ago

For details on the reset function, see the README.md that I updated.

JohannRosenberg commented 6 years ago

Updated code example and opened a new pull request.