google oauth sign in returns a link. I've been using email pw sign in and then setting user id as the client side login token. How do i generate something similar for google oauth2 sign in func?
TL;DR
Developers are seeking help on how to generate a token for Google OAuth2 sign-in function, similar to the one they create for email and password sign-in.