Skip to content
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

Migration of realm data from old app to new app. #55

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

shockbytes
Copy link
Owner

@shockbytes shockbytes commented Oct 9, 2023

IMPORTANT: Need to write custom Android Code to get Realm data to Dart, since Realm is not supporting Web. This means that the project can't be compiled, due to this shortcoming.

@shockbytes shockbytes self-assigned this Oct 9, 2023
@shockbytes shockbytes force-pushed the migration-of-realm-data branch from bda3396 to 4364ce3 Compare October 17, 2023 19:32
@lockieRichter lockieRichter linked an issue Oct 30, 2023 that may be closed by this pull request
@shockbytes shockbytes force-pushed the migration-of-realm-data branch from 4364ce3 to 254eef1 Compare January 13, 2024 20:38
@lockieRichter
Copy link
Collaborator

I was thinking about this a bit the last few days @shockbytes, and one possible plan of attack is that for the first release of DanteX we don't use a web implementation.

Then once the first release is done we wait until either
a. Everyone has updated to the new version of the app, or
b. The realm SDK has a web compattible version.

Once one of these two criteria has been passed we can then roll out the web version of DanteX.

It feels likely that criteria a) is more possible, but you could even put out an update in the old app when we go to update to the new app saying if you want your data to be automatically transferred you need to update to the new app by a certain date.

I suppose the other option is to write an update for the old app that will back the users data up to pure JSON or something that we can read without a special plugin?

What are your thoughts?

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.

Migrate Android Realm data on first app startup
2 participants