electron-push-receiver
electron-push-receiver copied to clipboard
A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
This feature is necessary to allow for Electron apps that can be used to sign in and out using different accounts and allowing each user to maintain their own FCM...
Here is my setup. "dependencies": { "@capacitor/electron": "2.2.1", "electron-push-receiver": "^2.1.3", "electron-updater": "^4.3.1", }, "devDependencies": { "electron": "9.1.0", "electron-builder": "22.7.0" }, in the renderer process: ``` import { START_NOTIFICATION_SERVICE, NOTIFICATION_SERVICE_STARTED, NOTIFICATION_SERVICE_ERROR,...
Hi, thanks for the great work that you have put into this. I have implemented the electron-push-receiver on my sample app, and it works like a charm. I was wondering...
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...
my electron app not working in china region, something weird happens there. checked in [greatfirewallofchina.org](https://www.comparitech.com/privacy-security-tools/blockedinchina/) "google.com" is blocked, but "firebase.google.com" succeeds yet app not working and not generates an fcm...
I tried adding electron-push-receiver to a very simple electron app (https://github.com/electron/electron-quick-start) but I keep getting "Register request has failed with Error=PHONE_REGISTRATION_ERROR" I also tried the example app (https://github.com/CydeSwype/electron-fcm-demo) with the...
Hi think for your great job. I'm new in electron. How can i integrate electron-push-receiver with electron-vue. thx
Bumps [hoek](https://github.com/hapijs/hoek) from 4.2.0 to 4.2.1. Commits - [`ebe3680`](https://github.com/hapijs/hoek/commit/ebe36809c9808386a9a319ffd8956e94973d5504) 4.2.1 - [`623667e`](https://github.com/hapijs/hoek/commit/623667e4ed606841137af84173c588667c8e882d) Merge pull request [#231](https://github-redirect.dependabot.com/hapijs/hoek/issues/231) from hapijs/backport-proto-fix - [`0cd2a12`](https://github.com/hapijs/hoek/commit/0cd2a1272ebecd9e32b2f32c7fcd106fcd10ce81) Revert to lab 13 style - [`5aed1a8`](https://github.com/hapijs/hoek/commit/5aed1a8c4a3d55722d1c799f2368857bf418d6df) skip assignment to...
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...