-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline mode #40
Offline mode #40
Conversation
This reverts commit 36920d4.
First 4 commits are not correct, don't know how to get em out |
I think I need to change the moment om saving the objects locally. @cbaker6 What do you think about this approach? |
You will need to resolve the merge conflicts and design the local storage following what I mentioned here, https://github.com/parse-community/Parse-Swift/projects/2#card-53117524 to be considered for this repo. You also didn't fork from this repo, so this PR won't work as is. |
Do you think there is something usefull in my code? I looked at the project you mentioned. Seems like a total different approach. Still would look forward if I can help.
|
From your posts, you have designed this for the parse-community Parse-Swift with the intent of getting it accepted there. I recommend you reach out to them and ask for a code review. I will not review code that’s intended for that repo. |
New Pull Request Checklist
Issue Description
This adds the possibility to use ParseSwift with offline mode. Objects will be stored on device if needed and can be fetched when internet connection is back.
Closes: #39
Approach
I will add playground examples on how to use it.
TODOs before merging