Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

App crashes when subscribe to a query with Pointer constraints #31

Closed
cetorres opened this issue Apr 29, 2016 · 2 comments
Closed

App crashes when subscribe to a query with Pointer constraints #31

cetorres opened this issue Apr 29, 2016 · 2 comments

Comments

@cetorres
Copy link

I'm trying subscribe to a query that has a Pointer constraint (e.g. query.equalTo('user', Parse.User.current()))), but the app is crashing when tries to subscribe. The query is perfect because I tested with query.findObjectsInBackgroundWithBlock and runs and bring results.
Maybe internally it's not handling the Pointer correctly yet, accessing its objectId to be able to filter que query.

@ghost
Copy link

ghost commented May 1, 2016

I think Pointers are not yet supported, that's why in Swift example room doubled by roomName and author by authorName. The best way for now is to store with user his objectId, e.g. userId in subscription class.

@Eke
Copy link

Eke commented May 1, 2016

Pointers are not supported yet. see issue #16

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

3 participants