supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
745 stars 184 forks source link

Use Android Credential Manager API #1040

Closed fan123199 closed 2 months ago

fan123199 commented 2 months ago

I want the Android Credential Manager API to implement the Google sign in flow. And it is availble in kotlin sdk. When flutter sdk migrate to.

It will provide better user experience for Android users.

dshukertjr commented 2 months ago

I agree. Unfortunately (and surprisingly), there is no official Flutter package for adding credential manager support. That doesn't mean that the Supabase auth does not work with the credential manager, though. You can use third party credential manager package to get the ID and access token from Google and implement Google sign-in. You will still need the official Googel sign-in package for iOS, so it will be additional package that you need to add to your app.