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

Can`t change the senderId #2

Closed kimorkim closed 6 years ago

kimorkim commented 6 years ago

first, i checked the running with the test senderId.

var senderId = '00000001';
ipcRenderer.send(START_NOTIFICATION_SERVICE, senderId);

then it was changed to the senderId that was actually used.

var senderId = '00000002';
ipcRenderer.send(START_NOTIFICATION_SERVICE, senderId);

but, it did not work. Because the senderId has not changed. (still old credentials link) of course, i can delete the config and solve them. however, i believe that changing senderId should be easier for various situations. what do you think about this?

MatthieuLemoine commented 6 years ago

Yeah definitely. It should be easier to change the senderId.

MatthieuLemoine commented 6 years ago

Released in v1.2.0