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

Cannot read property 'fcm' of null #85

Open mohammedshoib opened 2 years ago

mohammedshoib commented 2 years ago

Hello,

My organization have strict ssl check for every request, due to that I keep getting this error "Cannot read property 'fcm' of null".

image

I have created PR on the forked repo by (

https://github.com/ibrahim-ih/electron-fcm-push-receiver/pull/1

can you kindly let me know when this code is going to be updated to npm repository?

ibrahim-ih commented 2 years ago

Hello,

My organization have strict ssl check for every request, due to that I keep getting this error "Cannot read property 'fcm' of null".

image

I have created PR on the forked repo by (

ibrahim-ih#1

can you kindly let me know when this code is going to be updated to npm repository?

I fixed it in my forked project, and you can find it in npm: electron-fcm-push-receiver@2.1.7