Dario Sechi
Dario Sechi
Hello! Given that this library seems to not be supported by the author anymore, it's using soon-to-be deprecated APIs and has various bugs accumulated over time, I decided to write...
> @Alchemicas Sounds interesting! Thank you for sharing your library. Does it support Electron? Hi @saenzramiro , yes it does work with Electron, only on the main process of course....
> @Alchemicas can I use sender ID argument? I have a third party service I want to receive push notifs from, with push-receiver i just put it there and it...
> I just tried with both registerToFCM and subscribeToFCM and none of them receive notifications. But using push-receiver notifications get delivered. Uhm, I can't help you further without seeing how...
> @Alchemicas Does you use https://fcm.googleapis.com/fcm/connect/subscribe for your fcm registration? Hi @ychumpov , only if you use the deprecated `subscribeToFCM` function, otherwise you can use the new APIs with `registerToFCM`,...
> @Alchemicas I noticed that in "old" implementation the appId was generated each time with new value: // Should be unique by app - One GCM registration/token by app/appId string...
Hey @Mike-Wood , I rewrote the push-receiver library from scratch, I did try it with notifications sent from the new v1 API so you should not have this issue with...