Describe the problem:
I am migrating to google identity services to implement Google One Tap SignIn in my react project with typeResponse="idToken"
One tap prompt is well displayed when user has account logged to chrome. But when user in guest mode, I am expecting to see the Warm welcome page which allows user to sigh up to the account if they wish.
What I noticed is that on firefox I can see the popin which allows to login/register with google.
Describe your environment
Describe the problem: I am migrating to google identity services to implement Google One Tap SignIn in my react project with
typeResponse="idToken"
One tap prompt is well displayed when user has account logged to chrome. But when user in guest mode, I am expecting to see the Warm welcome page which allows user to sigh up to the account if they wish.
What I noticed is that on firefox I can see the popin which allows to login/register with google.
Can anyone know if that's possible with google identity services: https://accounts.google.com/gsi/client
If it's possible to login/register with Google One Tap in guest mode on chrome?