Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
119 views

Google OAuth Granular Permissions with Google Identity Service

Google is currently transitioning their OAuth sign-in flow to granular permissions. In their recommended approach for Android applications they write: If you use auth.api.signin SDK from Play ...
ndreisg's user avatar
  • 1,179
1 vote
2 answers
218 views

Get serverAuthCode using Credential Manager

We are updating our application to use the CredentialManager for logging in, but we are not finding a way to get the serverAuthCode from this new implementation. We need this information to maintain ...
Pedro Almeida's user avatar
1 vote
1 answer
143 views

How to get authorized user's email and how to sign out the authorized user using Google Identity in android?

I am calling requestGoogleDriveAuthorization() method for a button click listener and authorize a user. private val authorizationResultLauncher = registerForActivityResult( ...
Abdullah Al Nahian Kanon's user avatar
0 votes
0 answers
85 views

Enable automatic sign-in across apps and websites in android

This is the doc I am trying to support from my app. Enable automatic sign-in across apps and websites To support this feature, I've followed all procedures that described here. This is my https://my....
futurebaby's user avatar
0 votes
0 answers
67 views

Request is missing required authentication credential. Invalid Credentials. CredentialManager. Android. Google Books Api

Im working with firebase auth to make a login with google. Im try to make the login and consume the google books api with the Oauth 2.0 token. I did the authentication and the authorization process ...
Diego Eduardo Guido Ramos's user avatar
0 votes
0 answers
50 views

How to specify language in Google Sign-In intent in Android?

I am creating an app, in which user firstly specify in-app language and then is allowed do proceed to button from which is Google Sign-In intent launched. I was using this tutorial and it works ...
zemjak's user avatar
  • 1
2 votes
0 answers
118 views

Saved password between app and website is not sync

I am trying to sync password between our website and our Android App. According to this document, I have done all required changes. My website is here. Digital asset link file is uploaded on this ...
Иван Иванов's user avatar
0 votes
1 answer
193 views

Which method to use SignInClient#signOut() or GoogleSignInClient#signOut()?

I'm trying to implement One Tap sign-in with Google. Now when I need to sign out my a user the docs say that: When a user signs out of your app, call the One Tap client's signOut() method. So we ...
Always Learner's user avatar
0 votes
1 answer
92 views

Does the cancellation prompt apply to one user or all users of the app?

The docs say that: It's important to implement your own rate limiting of One Tap sign-in prompts. If you don't, and a user cancels several prompts in a row, the One Tap client will not prompt the ...
Always Learner's user avatar
2 votes
0 answers
692 views

Android - Google One Tap Sign In/up - Refresh token

I use Google One Tap Sign in/up on my Android application. When the user logs in, the app receives an id token, which then is used for HTTP requests to my backend server for authentication and ...
Peter Araujo's user avatar
2 votes
1 answer
1k views

Google One Tap Sign In null reference

I am unable to get Google's one tap sign in implementation to work. The code runs, the button works however, the addOnSuccessListener never runs. I don't understand what the issue could be, as ...
ibbs's user avatar
  • 70
0 votes
1 answer
519 views

Delay in Google OneTap SignIn / SignUp popup display on Android

I have implemented Google Onetap SignIn in my application. Everything is working fine, the only issue that I am observing is that on certain devices the pop-up often takes 7-10 seconds to display. ...
SMagic's user avatar
  • 337
2 votes
2 answers
1k views

Unresolved reference: getIntentSender / While trying to obtain phone number in Jetpack Compose

I am trying to obtain phone number(s) in Jetpack compose following Googles Phone Number Hint Docs. But I am stuck in a problem where it says: getIntentSender() is unresolved in request: ...
ino's user avatar
  • 1,094
0 votes
1 answer
164 views

Not able to access Google One Tap UI view's ID for automation in espresso Android

We have implemented Google One Tap for Android now as a functional test requirement we want to execute with espresso but google One tap UI view id's are not accessible.is there any way to access them?
Kuldeep Saini's user avatar
8 votes
0 answers
946 views

Android + Google One Tap Refresh Token?

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 ...
Stefan's user avatar
  • 3,761

15 30 50 per page