Hello, I am using Supabase version 2.2.3. My device does not support the credential manager, so whenever I sign out, I get a "credential manager not supported" error, even though I have not logged in using Google Sign-In.
j
Jan
04/07/2024, 8:58 AM
This is because by default, when using the Compose Auth plugin and applying the Google Sign in config, the plugin attempts to clear any stored google credential when signing out.
Normally this error shouldn't appear, which Android version are you using?
You can also disable this when using
googleNativeLogin
:
Copy code
googleNativeLogin(
...
handleSignOut = {}
)
s
Sai Charan
04/07/2024, 9:03 AM
I am using andorid 14 for some reason my one plus phone does not support credential manger
j
Jan
04/07/2024, 9:09 AM
I'm not sure, this is some jetpack credential error. You can disable this behavior for now.