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

Topic subscription #15

Open saenzramiro opened 6 years ago

saenzramiro commented 6 years ago

Are you plan to allow topic subscription?

https://firebase.google.com/docs/cloud-messaging/js/send-multiple

MatthieuLemoine commented 6 years ago

Could be nice. If someone wants to implement this feature, it should be made in push-receiver.

jayarjo commented 5 years ago

@MatthieuLemoine would you have any hints or insightful guidelines to someone considering to implement topic subscription?