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...
After a long time of debugging why a electron app didn't work i found that this package uses [electron-config](https://github.com/sindresorhus/electron-store#readme) that saves a item named `credentials` Because my application also uses...
hi , i build electron app with ionic 3.9.2. after i export **.exe** application. i get this error. this is image of my problem [click to see](https://pasteboard.co/HC1OiyJ.png)
In my app I have a sign-in screen. When the app starts, the push-receiver gets started and after the user signs in is able to receive push notifications. When the...
If an app registers with FCM and receives a token and the client stores the token on the backend and then the user uninstalls the app and reinstalls it (or...
I would like to run multiple instances of my app on the same computer. I notice that the sender ID from FCM is the only parameter used to register a...
Looks like only `token` is exposed but `auth` and `p256dh` keys are also needed for encryption. In fact it would've been better to expose an object representing PushSubscribtion instead of...
dear MatthieuLemoine . I have checked your releases but how i can fix this issue in my app, getting the same Error GCM register has failed #13
Version: 2..1.3 Target: windows 10 Im building an app on windows. When build success and run app , then got error "Cannot find module "electron-push-receiver"  There is no such...
I was developing an app and I was able to receive push notifications for about 2 days and than it suddenly didn't work anymore. I do get a token every...