I don't where to ask questions at https://developers.google.com/identity/ so I am asking here.
I've been tinkering with using Google as an authentication provider. I've setup my app with:
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
Though now I'm interested in assigning admin permissions in my test code to other Google users identified by email address. How do I know what the ID is of say example@gmail.com so I can add that person to an admin list?
I don't want the user to login first to figure out their 21 digit ID!