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 was archived by the owner on Jun 13, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: