You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[3728:4516:0920/111928.819:WARNING:push_messaging_service_factory.cc(30)] PushMessagingService could not be built because InstanceID is unexpectedly disabled
Issue Type
Bug Report
Successfully reproduced against the latest version of NW.js?
Operating System:Windows, it works fine on macos
NW.js Version:0.91.0
on 0.91.0 notifications work on macOS, but on windows I get
AbortError: Registration failed - push service not available
when fetching fcm tokenthen in my app
I get the error but only on windows
I run the app with chromeargs
--enable-features=NativeNotifications --enable-gcm
I notice electron has a workaround using this package https://github.com/MatthieuLemoine/electron-push-receiver - Is something similar available for nw.js?
The text was updated successfully, but these errors were encountered: