Search code examples
google-signingoogle-developers-consolegoogle-account

How or Where can I see users who signed in with Google signIn in the google console?


I have an app that I am implementing sign-in with google to it. How do I see the users who signed in with google from the google console? Is this possible?

Also how can I, from my google account, see which apps I have signed in using sign in with google? Is this possible?


Solution

  • How do I see the users who signed in with google from the google console? Is this possible?

    By Google console i assume you mean Google developer console where you created the project for your app. If so the answer is you cant this is not possible. There is no where in googles system where developers can see who has signed in to their app. Google assumes that you are logging this in your own system. May I suggest to check your internal user system and log last sign-in there?

    how can I, from my google account, see which apps I have signed in using sign in with google? Is this possible?

    Try checking under Permissions it may show up there mainly because you are giving them permission to your profile data.