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
I am testing the Parse SDK for .NET it is awesome.
I would like to implement a data store similar to the other SDKs so that my application can work seamlessly offline. For instance, the Android SDK has Parse.enableLocalDatastore()ParseObject.pinInBackground() and ParseQuery.fromLocalDatastore()
Can you provide some pointers how to start implementing that?
Maybe it was already done somehow? I could not find any info in the documentation.
Thanks,
The text was updated successfully, but these errors were encountered:
I could imagine that @cbaker6 may have some design clues, since he has been recently designing the Swift SDK and has probably looked into the pros/cons of the existing designs.
Parse-Swift doesn’t have local storage, but I link to an example implementation that uses Parse-Swift with CoreData (sql-lite) to properly keep data in-sync in on/offline scenarios
I am testing the Parse SDK for .NET it is awesome.
I would like to implement a data store similar to the other SDKs so that my application can work seamlessly offline. For instance, the Android SDK has
Parse.enableLocalDatastore()
ParseObject.pinInBackground()
andParseQuery.fromLocalDatastore()
Can you provide some pointers how to start implementing that?
Maybe it was already done somehow? I could not find any info in the documentation.
Thanks,
The text was updated successfully, but these errors were encountered: