peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrating user data

hoschkara opened this issue · comments

Thanks for the great tutorial.
I would really like to see that last piece come into play, which is the migration of the anonymous user data in case a user reinstalls the apps, makes more changes even though he has signed up before, and then tries to sign in again. Do you think you could add this in a separate post or point to a solution?

Thanks for the kind words, @hoschkara !

Writing (and vlogging) about this solution is high up on my list. I will update this issue as I make progress. Would you be interested in providing feedback on a draft of the article?

It would be a pleasure!

Ok, great - can you DM me your email address (my Twitter DMs are open), and I'll invite you to the Google doc.

I don't use twitter, but email is stefan@hoschkara.com, also schreib mir einfach :)

You got this message @peterfriese?

I did - hope to start working on the draft this week :-)

How is it going? :)

Not trying to be annoying at all, but do you have an approximate release date for the tutorial? Just for me to plan my own agenda :)

If you're curious about the implementation, check out this branch, @hoschkara

This works, but it's still WIP and might change. Drafting of article has begun.

I will, thanks!

Implementation merged into the main branch.
The article is now published at https://peterfriese.dev/replicating-reminder-swiftui-firebase-part4/

Hope this helps - feel free to leave feedback.