Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

No convenient way to get user's Installation object #155

Open
kmjennison opened this issue Jan 4, 2016 · 0 comments
Open

No convenient way to get user's Installation object #155

kmjennison opened this issue Jan 4, 2016 · 0 comments

Comments

@kmjennison
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant