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
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
I couldn't find an easy way to get the user's installation object from within React Native using ParseReact on Android. The goal was to add additional data to the user's Installation object (e.g. their user ID) to be able to target individual users with push notifications.
I ended up writing my own native module to call ParseInstallation.getCurrentInstallation() and return the object ID to javascript.
Is there a more convenient way to do this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I couldn't find an easy way to get the user's installation object from within React Native using ParseReact on Android. The goal was to add additional data to the user's Installation object (e.g. their user ID) to be able to target individual users with push notifications.
I ended up writing my own native module to call
ParseInstallation.getCurrentInstallation()
and return the object ID to javascript.Is there a more convenient way to do this?
The text was updated successfully, but these errors were encountered: