Converting anonymous user into permanent user using Google or apple sign in.
Hello,
My goal with anonymous sign in is to create anon user "uid123" during app onboarding, collect some onboarding data, then at the end I want them to complete sign in with either google or apple, which would convert the "uid123" into a perm user, instead of creating another user in my database with different id.
Is something like this possible?
There is a small section in the docs that mentions this method:
But how does it work, do I call this method after user signs in with google or apple, where would I pass my anon id as an argument with this method, and would it keep my anon user id or the newly created user id?
My goal with anonymous sign in is to create anon user "uid123" during app onboarding, collect some onboarding data, then at the end I want them to complete sign in with either google or apple, which would convert the "uid123" into a perm user, instead of creating another user in my database with different id.
Is something like this possible?
There is a small section in the docs that mentions this method:
But how does it work, do I call this method after user signs in with google or apple, where would I pass my anon id as an argument with this method, and would it keep my anon user id or the newly created user id?