-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Description
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
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature