Skip to content

Add offline object saving #39

Closed
Closed
@vdkdamian

Description

@vdkdamian

New Feature / Enhancement Checklist

Current Limitation

It's not possible to use Parse-Swift offline.

Feature / Enhancement Description

It would add offline object saving, related to the requested query.

Example Use Case

var query = GameScore.query("points" > 50)
    .useLocalStore()
    .order([.descending("points")])

Alternatives / Workarounds

None

3rd Party References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions