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
Other Parse SDKs (Swift/Kotlin, etc) supports the Installation object to handle push notifications etc. There seems in the JS SDK there is just a minimal implementation.
For React Native/Expo, this is limiting, ideally it should work similar to build a RN app vs Swift/Kotlin.
Web browsers also support notifications now, so supporting this in the SDK even for just web might be useful to some users.
Feature / Enhancement Description
Similar to the phone SDKs, handle maintaining the Installation object per installation. Things like device type, tokens etc could be handled in similar ways probably relying on react native libraries for react native at least.
This isn't really asking for new functionality beyond what is available in other SDKs.
Alternatives / Workarounds
You could probably handle this all manually today.
3rd Party References
In the other SDKs built for Mobile.
The text was updated successfully, but these errors were encountered:
@mortenmo Good idea, getting this working for the web should be easy. For react-native / expo as long as a deviceToken and deviceType are set it should work with Parse.Push out of the box.
New Feature / Enhancement Checklist
Current Limitation
Other Parse SDKs (Swift/Kotlin, etc) supports the
Installation
object to handle push notifications etc. There seems in the JS SDK there is just a minimal implementation.Feature / Enhancement Description
Similar to the phone SDKs, handle maintaining the Installation object per installation. Things like device type, tokens etc could be handled in similar ways probably relying on react native libraries for react native at least.
This isn't really asking for new functionality beyond what is available in other SDKs.
Alternatives / Workarounds
You could probably handle this all manually today.
3rd Party References
In the other SDKs built for Mobile.
The text was updated successfully, but these errors were encountered: