Questions tagged [google-one-tap]
108 questions
1
vote
0 answers
Google One Tap doesn't work on mobile Chrome
I've implemented the Google one tap signin for web using the documentation here, and it works fine on desktop Chrome. However, it doesn't show up at all on iOS Chrome (verison 87) even though I'm signed into Google and the domain is…

skunkwerk
- 2,920
- 2
- 37
- 55
1
vote
0 answers
How to implement One Tap Login in Magento 2?
I'm trying to implement Google One Tap Login on our Magento 2 site and I have followed the below guide but not sure where can I start
https://developers.google.com/identity/one-tap/web
Please help me to implement the One Tap Login on my…

Script Host
- 911
- 1
- 11
- 22
1
vote
2 answers
Testing Google One Tap - closed and now getting "suppressed-by-user" message
I am adding the Google One Tap api to a React application. I am correctly getting the one tap login modal showing up. However, I clicked to close the modal, and now am getting the following response, which I see is based on the cool down period for…

maudulus
- 10,627
- 10
- 78
- 117
0
votes
0 answers
Error on emulator using OneTap Google login with Firebase
I have a problem using the OneTap Google login feature on my emulator.
Emulator: Pixel 5 API 31
Android Studio: Giraffe 2022.3.1
On my physical device it works perfectly but when I try to login on my emulator the logcat reports:
Missing…

ItzDavi
- 443
- 4
- 13
0
votes
2 answers
Error: 10: Developer console is not set up correctly (Not Using Firebase) (One Tap sign-up)
I'm trying to implement Google's One Tap sign-up for my Android app in development. I am following Google's (quite outdated) official guide and so far everything has gone well, up until display of the sign-up UI where the onFailure listener returns…

Tigerrrrr
- 526
- 6
- 24
0
votes
0 answers
Google One Tap integration causes 400 error in Magento 1.9 (OpenMage) with JS Prototype
I have an online store running on Magento 1.9 (OpenMage) and I want to integrate Google One Tap for a seamless login experience. The Google One Tap solution works perfectly fine when tested in a standalone HTML file. However, when I add the same…
0
votes
1 answer
Android Google One-Tap in Jetpack Compose
I integrated one tap into my app and it was working fine. To do some experimenting, I was clicking the button and then canceling. Now when I click the button, nothing appears on the screen and I get an Exception.
Exception:…

bsaricayir
- 3
- 2
0
votes
0 answers
googleOneTap not being triggered on button click as expected
I have the following button
And the function handleGoogle does the following
function handleGoogle() {
const options = {
client_id: process.env.REACT_APP_GOOGLE_CLIENT_ID,
};
…

Naveen DINUSHKA
- 1,497
- 3
- 19
- 37
0
votes
0 answers
Google One Tap with Chrome
I use following code :