-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Bug]: androidx.credentials.exceptions.NoCredentialException: No credentials available #659
Comments
@Aaron246 This issue is probably caused by the Google Sign In change, any ideas? |
I don't think the change has anything to do with this. @Deorigami can you please check all of these for your project:
install(ComposeAuth) { in your android project and in the supabase console here If all of these are correct, the issue seems to be with the new Credential Manager API which is being used in ComposeAuth. Lot of people are facing issues with the API you can see here. |
Just to clarify @Deorigami, does 2.5.0 work? |
@jan-tennert Yes 2.5.0 works well on android without this issue, i have to rollback to 2.5.0 |
Hmm, just tried updating one of my old projects and it seems to work fine. Not sure what we can do on this issue other than referring to Google |
General Info
Version(s)
2.5.2
Kotlin Target(s) and their respective versions
2.0.0
What happened? (include your code)
I upgraded the version to 2.5.2 because i want to use Google Sign In on iOS but after upgrade from 2.5.0 this error appear on Android
when execute composeAuth.rememberSignInWithGoogle().startFlow()
Steps To Reproduce (optional)
No response
Relevant log output (optional)
No response
The text was updated successfully, but these errors were encountered: