Queries
As we've already seen in the "Get Object" section of this doc, Query
with the getInBackground
method allow you to retrieve an Object
from your database. But there is many other ways to retrieve specific data that you want without getting only one result or an array of results that you don't need.
Here we are going to see how to use the most of your Query
functions to get the best result out of it.
Last updated