Hey,
I own an iOS workout tracking app with Realm and User Authentication. Most of my logins are social logins with Apple and Google.
Curious to see what other people are thinking about doing to migrate user data. Really am a dummy never a full time software developer job and don’t know what to do here.
My Naive Solution would be:
- Turn the synced realm into an offline one.
- Have existing active users forced to sign up to another authentication provider.
- Sync the offline realm data to another platform while keeping realm as a offline solution.
Thanks,
David