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
Hi Team great work on the SDK, ive just got a slight issue with the count method on ParseQuery.
ive looked at the find method and the count method is there any particular reason you dont parse the session token along with the count method? im trying to run a quick count of the amount of records the logged in user has and of course they have some records that are private so its returning the incorrect result.
is there any other way apart from using find() to perform this kind of query as i dont really want to bring back all the data.
thanks
Dan
The text was updated successfully, but these errors were encountered:
Hi Team great work on the SDK, ive just got a slight issue with the count method on ParseQuery.
ive looked at the find method and the count method is there any particular reason you dont parse the session token along with the count method? im trying to run a quick count of the amount of records the logged in user has and of course they have some records that are private so its returning the incorrect result.
is there any other way apart from using find() to perform this kind of query as i dont really want to bring back all the data.
thanks
Dan
The text was updated successfully, but these errors were encountered: