Skip to content

fix: Broken local backups, feature: Google Drive backup groundwork - #67

Merged
orbitronhd merged 3 commits into
mainfrom
fix-backup
Mar 26, 2026
Merged

fix: Broken local backups, feature: Google Drive backup groundwork#67
orbitronhd merged 3 commits into
mainfrom
fix-backup

Conversation

@orbitronhd

Copy link
Copy Markdown
Member
  • Profile data was not being restored properly in local backup due to multiple models selfishly calling the same dose.db together causing it to fail to read.

  • This has been fixed with a centralized model which will handle the database requests.

  • Fixing this logical error in turn fixes the failing restore function.

  • Basic framework for the Google Drive backup function has been implemented.

  • The feature will attempt to sign in to the user's account but will fail as the app has to be verified by Google.

  • Either you will see an error as a snackbar or a fullscreen popup saying that "Access is blocked" with the same reason as above.

@orbitronhd orbitronhd self-assigned this Mar 26, 2026
@orbitronhd orbitronhd linked an issue Mar 26, 2026 that may be closed by this pull request
@orbitronhd
orbitronhd merged commit 865b9b2 into main Mar 26, 2026
1 check passed
@orbitronhd
orbitronhd deleted the fix-backup branch April 5, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Profile data is not being backed up in the json file

1 participant