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

Force the FCM connection via a proxy? #66

Open justduy opened 4 years ago

justduy commented 4 years ago

I am developing an electron app with react. Everything works fine except that the FCM connection doesnt connect via my clients proxy. So their network denies any furhter connection to the m.talk.google connecitons.

He says that the connection needs to connect via a specific port on their proxy.

I am quite new to Electron, so not sure how to solve this. Any ideas? Any way to configure the FCM connection to go via some port ?