56 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
183
views
Credential Manager fails to sign user with Google 2 times when launching app for first time
When I try to sing user with Google, I launch 2 flows, one if user already has account in my app and second one if they don't. The issue is that when first downloading app from Play Store, they try to ...
0
votes
1
answer
214
views
Problems with CredentialManager: Cannot auto sign in with multiple accounts, no logout API, and login failure after app access revocation
I'm implementing Google Sign-In in my Android app using the new CredentialManager API. However, I'm facing several critical issues that are making it hard to replace the old GoogleSignInClient:
Issues:...
2
votes
1
answer
203
views
Struggling to Get Signed-In Google User Session Using New Credential Manager API
I'm updating my app to use the new Credential Manager API for authenticating users via Firebase with Google Sign-In, since the previous approach using GoogleSignIn.getSignedInAccountFromIntent is now ...
0
votes
1
answer
98
views
Credential manager not working with server has root certificates
We are trying to implement passkey for our app authentication on Android. For this using https://developer.android.com/reference/android/credentials/CredentialManager.
But when we are trying with this ...
2
votes
1
answer
198
views
Problem regarding getting old UI in credential manager API in android
I am trying to make login flow using google sign-in in android using credential manager but I always end up getting old traditional google sign-in UI. Here is my code for reference.
import android....
1
vote
1
answer
314
views
NoCredentialException: No credentials available
I am trying to add google sign in using Firebase in my Kotlin jetpack compose. But it is giving me the issue - No Credentials available. I want to show the list of google accounts and then one can ...
0
votes
1
answer
87
views
Unresolved reference 'googleIdToken'
I am trying to set up Google sign-in using Firebase Authentication in Kotlin Jetpack. Somehow, I am not able to get the googleIdToken.
I have tried many ways still not able to solve.
I tried using ...
0
votes
2
answers
188
views
How to delete an account from Google Password Manager programmatically?
This is a follow-up question to this. So I understand I can go to the Google Password Manager, find the email/password that is saved under that app, and manually delete it. But how can I delete it ...
0
votes
1
answer
198
views
How to make getCredential() work in Java?
I'm in the process of adding phone number and google account sign-in to my app.
The phone number sign-in works great, but I cannot seem to make the google sign-in work, no matter what I do. (I even ...
0
votes
1
answer
163
views
How to remove accounts from the Google sign-in BottomSheet selector?
I'm implementing sign-in with the Credential Manager. If I sign in with multiple accounts with email and password and those accounts become unavailable, those accounts remain in the selector. If I try ...
0
votes
1
answer
64
views
How many times can we cancel the account selector when using Credential Manager?
Is there a number of times we can cancel the account selector when using the Credential Manager in an Android app without being blocked?
0
votes
2
answers
115
views
Android TV - Authorizatoin Request - Consent screen not shown | Revoke/Logout missing
I am having trouble with Android TV and the integration with Google Sign-In. I have an app that accesses Google Drive to download and render user content from their Google Drive.
First, a bit about ...
1
vote
2
answers
324
views
getCredentialAsync throws the wrong NoCredentialException
I am creating an Android game with java, using CredentialManager to prompt the user to choose a Google account.
My code works fine, but in some cases it throws the NoCredentialException instead of ...
-1
votes
1
answer
294
views
getCredentialAsync handle prompt dismiss
I'm making a android game with java, using CredentialManager to prompt the user to choose a Google account.
My code works but when the user taps outside the prompt, the prompt closes, but the ...
0
votes
1
answer
87
views
How to get a Google Id Token without requesting access to the user's personal details?
I'm using the Credential Manager to request a Google Id Token in an Android app. It works fine but the bottom-sheet that appears asks the user if they are ok sharing their name, profile picture, and ...