Google sign in validation

I have signup or sign in with google, I have a screen for new user to complete their profile. how do i differentiate a new user and an existing user so i can direct them to the appropriate screen

You can have a user field - onboarded? Yes or no.
If yes, they go to dashboard/or whatever login flow is here.
If no, onboarding screen shows up, once they complete onboarding, you change onboarding field of user to yes

I did something like this but i used is_verified as a data field set to boolean. so if its yes go to dashboard and if its no show onboarding screen,. but somehow i’m still seeing the onboarding screen when i try to sign in

This topic was automatically closed after 70 days. New replies are no longer allowed.