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
Is there any way to do multiple push registrations for one service worker on web?
If not (as far as I know it's not possible), how do we handle instances in this lib?
Remove the instance parameter, becuase instances won't work in web anyway and this will cause inconsistency, or keep it for android?
Right now, everything just returns default instance, and instance checking in the example app is disabled.
Is there any way to do multiple push registrations for one service worker on web?
If not (as far as I know it's not possible), how do we handle instances in this lib?
Remove the instance parameter, becuase instances won't work in web anyway and this will cause inconsistency, or keep it for android?
Right now, everything just returns default instance, and instance checking in the example app is disabled.
( @p1gp1g @MatMaul ) what would you guys advise?
The text was updated successfully, but these errors were encountered: