electron-push-receiver icon indicating copy to clipboard operation
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).

Results 58 electron-push-receiver issues
Sort by recently updated
recently updated
newest added

Hi, how can I delete the current token and generate a new token, I want to know this because of this - [issue with fcm](https://stackoverflow.com/questions/77685203/issues-with-electron-fcm-app-on-win-11-enterprise-token-generated-but-notificat) @MatthieuLemoine

If anyone can help? It would be a great help Thanks in advance ![Screenshot 2023-07-11 at 3 59 47 PM](https://github.com/MatthieuLemoine/electron-push-receiver/assets/123630563/5fbfdfd6-3209-434d-a9e1-4dccf5dc7572)

Looking at this code: https://github.com/MatthieuLemoine/electron-push-receiver/blob/master/src/index.js It looks like persistentIds just grows with each push notification received. And each time you get a message, it's parsing out the whole list from...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

// main.js ``` mainWindow = new BrowserWindow({ width: userWidth || 1366, height: userHeight || 768, minWidth: 630, minHeight: 375, webPreferences: { preload: path.join(__dirname, 'preload.js'), nodeIntegration: false, contextIsolation: true, enableRemoteModule: false,...

A few days ago, I came across this issue. After some investigation, I found out where the problem was and fixed it. The issue is caused by the `push-receiver` library...

Hi @MatthieuLemoine, I was migrating to this library and just checked the github's last commit is over 6 years ago. Q.1 - Are planning to push the latest version to...

I am receiving this issue in electron app from electron-push-receiver: PUSH_RECEIVER:::Error while starting the service StatusCodeError: 404 - "\n\n \n \n Error 404 (Not Found)!!1\n \n *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px...