MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).

Home Page:https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force the FCM connection via a proxy?

justduy opened this issue · comments

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 ?