Keep User Data upon registration via google sign in (Flutter)
Hello, I was able to make a user keep his data upon registration with email and password by using updateUser().
Now I want the same when using social login (eg. Google)
Is manual linking the correct approach here? because im getting a 400 error "redirect_uri_mismatch" in midst of the auth flow.
Now I want the same when using social login (eg. Google)
Is manual linking the correct approach here? because im getting a 400 error "redirect_uri_mismatch" in midst of the auth flow.