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 read several people had this problem when bundling the app, but in this case I'm just running it (npm start). Any ideas on why this could be happening?
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 same result.
I read several people had this problem when bundling the app, but in this case I'm just running it (npm start). Any ideas on why this could be happening?