google-one-tap Questions
5
I have integrated Google One Tap into my website. The login process works well on desktop, but on mobile, there is a horizontal scroll after logging in. It's also important to note that the directi...
Thistle asked 12/2, 2023 at 17:9
9
Solved
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 ...
Bacteria asked 2/8, 2023 at 22:58
3
Solved
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 respons...
Permafrost asked 14/7, 2020 at 20:35
1
Solved
I'm trying to set up Google's One-Tap but with the new, all-in-one, Credential Manager.
However, after crawling through the (badly written) documentation, I've come to a halt. Upon "Signing in...
Parfleche asked 8/12, 2023 at 14:8
2
Solved
In one of my Android applications I am trying to include One Tap sign-in authentication by following the example https://developers.google.com/identity/one-tap/android/get-saved-credentials#disable...
Silkworm asked 16/9, 2021 at 17:8
1
I made Googles authorization via One tap sign-in library. At first it worked well, we added everything it demands:
Web application credentials;
Android debug credentials;
Android release credentia...
Yingyingkow asked 18/6, 2023 at 10:40
4
I am trying to integrate the google-one-tap with my django project on my localhost.
So I added http://localhost:8000 and http://localhost into the Authorized JavaScript origins in Client ID for Web...
Zampardi asked 19/8, 2021 at 21:34
5
I am trying to use the Google authentication method (One tap sign in) for my application. However, after I clicked on the sign button, I faced the following problems:
W/GoogleApiManager: com.google...
Pointer asked 2/3, 2022 at 15:33
3
Solved
I am following this documentation google one tap sign in to implement google one tap sign-in in my react app.
I have added below code to my component JSX and I started to have google prompt to sign...
Earthbound asked 10/12, 2020 at 12:49
1
I'm trying to implement One Tap sign-in and sign-up in my project. I have created a brand new emulator but I didn't sing in with a Google account. When I try to sign-up in my app, I was expecting t...
Haskell asked 9/4, 2022 at 10:26
3
Solved
I have been reading the documentation and so far no luck, require the OAuth Access token as well. however, the Google Identity service does not give back the oAuth Access token. instead, it returns...
Tiffinytiffy asked 14/6, 2022 at 6:58
2
I am trying to implement google sign-in in React. Here's my component -
import { Fragment, useEffect } from "react";
import { GOOGLE_CLIENT_ID } from "./some-file";
const Googl...
Telstar asked 20/5, 2021 at 16:59
0
Whenever I sign in with my Android app using Google One Tap, I receive a TOKEN ID which is valid for about an hour. How I'm supposed to get a REFRESH TOKEN to avoid signing in every hour when that ...
Hearts asked 10/2, 2022 at 12:15
1
Solved
I'm trying to integrate One Tap Sign in with Google into my app which I'm building with Jetpack Compose. I'm using startIntentSenderForResult to launch an intent, but now the problem is that I'm un...
Johannisberger asked 25/1, 2022 at 15:6
0
I'm implementing one tap sign in like described here and everything is basically fine(I can get a token, verify it on backend and so on) but I have got one question.
Do I need to store this token l...
Neldanelia asked 11/11, 2021 at 16:20
0
I'm trying to set up a Google OneTap SignIn button to my developed App (I'm not using Firebase to sign in) guiding by this source:
https://developers.google.com/identity/one-tap/android/get-started...
Torrance asked 18/2, 2021 at 0:5
1
© 2022 - 2025 — McMap. All rights reserved.