Closed
Description
I'm not sure if this is an actual issue or I'm just doing something wrong but...
I'm trying to create a query something like this:
QueryBuilder<ParseObject>(ParseObject("Session"))
..whereEqualTo('user', userID)
..query().then((result){
// DOING SOMETHING WITH THE RESULT
});
Because I want to obtain the last session of a user, or in other words to check if it's already logged-in or not.
Now the problem with that query is that every time my "result" is going to be empty, even those I have that userID in my database.
Can you help me to find out what I'm doing wrong or this is an actual issue?
Metadata
Metadata
Assignees
Labels
No labels