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
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
I am trying to run a query using com.parse:parse-android:1.13.0 version of the parse android SDK. I am creating a query on the local storage and using ParseQuery$whereMatchesQuery() method to match a column storing pointer to another class in my database. The code that I have is the following:
When I run the query using query.getFirst(), I do not get anything retrieved from the local storage. I have already checked running the courseQuery separately and it fetches me Course object that I need. Is this a known issue? I proceeded with this way by getting help from this post.
The text was updated successfully, but these errors were encountered:
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
I am trying to run a query using
com.parse:parse-android:1.13.0
version of the parse android SDK. I am creating a query on the local storage and usingParseQuery$whereMatchesQuery()
method to match a column storing pointer to another class in my database. The code that I have is the following:When I run the
query
usingquery.getFirst()
, I do not get anything retrieved from the local storage. I have already checked running thecourseQuery
separately and it fetches meCourse
object that I need. Is this a known issue? I proceeded with this way by getting help from this post.The text was updated successfully, but these errors were encountered: