How can I check if a user exists before creating an Account using OAuth?
When a user clicks sign in with google on my app's login screen it creates an account for them and signs them up, even if the user didn't exist before. I want to check if the user exists and if they don't I don't want to sign them up. I just don't know how to check if an OAuth user exists.
Any help would be appreciated
Any help would be appreciated