how to check if user exists only with Google OAuth?
im only giving users the option to sign in with google oauth (since the webapp im making is built on top of the google calendar api)
once the new user has authenticated through google oauth, i want to bring them into a new user flow...
how do i check if the user that just signed in is a new user?
once the new user has authenticated through google oauth, i want to bring them into a new user flow...
how do i check if the user that just signed in is a new user?