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

ipcRenderer is undefined

Manjucloudmpower opened this issue · comments

getting an error ipcRenderer is undefined on main.js

You can't use ipcRenderer in the main process. Only in the renderer process.

@Manjucloudmpower Hi, have u been able to fix when fire says success but didn't receive anything? Thank u!

Hello, I couldn't recieve push notification when I triggered it from the firebase console but it did work when sent from backend.

Hello, I am not able to generate a token using electron-push-reciver
Please help me out