Skip to content

Feature saveEventually for offline use #1230

@KAIOAVILA

Description

@KAIOAVILA

I have difficulties in implementing an offline-first application in react native, due to the lack of a very essential functionality to work well, which in the sdk of Android and iOS has to be saveEventually. Because if not, I have to use another database to keep track of it. Firebase has this functionality implemented in their lib.

implement something like what you have in the Android and iOS sdk. I only talked about save, but there is also delete. use some solution to store in storage to store these objects and when you resume the network synchronize with Parse. https://docs.parseplatform.org/android/guide/#saving-objects-offline

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions