-
-
Notifications
You must be signed in to change notification settings - Fork 69
feat: Offline mode #435
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
feat: Offline mode #435
Conversation
This reverts commit 36920d4.
Thanks for opening this pull request!
|
Codecov Report❌ Patch coverage is ❌ Your project status has failed because the head coverage (87.53%) is below the target coverage (89.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
==========================================
- Coverage 90.37% 87.53% -2.84%
==========================================
Files 161 162 +1
Lines 16267 16929 +662
==========================================
+ Hits 14701 14819 +118
- Misses 1566 2110 +544 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I reached the limit of what I can cover for CodeCov |
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: #429
Approach
I will add playground examples on how to use it.
TODOs before merging