Skip to content

Publicize ParseQuery.fromNetwork() & allow multiple find()/count() #6

@grantland

Description

@grantland

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions