Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google One Tap SignIn Popup not showing on guest mode on chrome browser #564

Open
magical-soul opened this issue Nov 29, 2022 · 0 comments

Comments

@magical-soul
Copy link

Describe your environment

Describe the problem:
I am migrating to google identity services to implement Google One Tap SignIn in my react project.

window.google.accounts.id.initialize({
   client_id,
   itp_support: true,
   callback: handleCredential,
});

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.

Screenshot 2022-11-29 at 16 46 03

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant