examples/auth/flutter-native-google-auth/README.md
A simple Flutter application with native Google login capabilities on iOS and Android using Supabase auth. Upon signing in, the user is presented with a profile screen where their name and profile image from their Google account are displayed.
lib/main.dartAuth -> Providers -> Google -> Authorized Client IDs as comma separated values and turn on Enable Sign in with GoogleclientId variable in lib/screens/login_screen.dart and paste the iOS and web client IDs.