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
ParseQuery.fromNetwork() would be useful for toggling a query .fromLocalDatastore() <-> .fromNetwork() to mimic CACHE_THEN_NETWORK and CACHE_ELSE_NETWORK from query caching.
We already have the private API, so it'd be super easy to enable this.
We'd also need to remove the limitation of mutating an inflight query, which should be fine since we now since ParseQuery.State is passed to the controller as an immutable object.