I built an app with flutter and it has google sign in option.
I built the app using this command below and published to the Google Playstore
flutter build appbundle --no-sound-null-safety --obfuscate --split-debug-info=build/app/outputs/symbols
Now users on playstore are complaining that they can no longer sign in with Google.
The error they are getting is platformexception(sign_in_failed com.google.android.gms.common.api.apiexception 10 null null)
Any help would be really appreciated.
Thanks.