I am developing flutter application with firebase, which has Google Sign In feature. The problem is my android app does not work with error: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null), despite my iOS app is doing great.
I followed some answers of this Google sign in doesn't work after release of flutter app and that instruction https://developers.google.com/identity/sign-in/android/start-integrating#prerequisites.
Which are:
- Copy SHA-1 certificate fingerprint in Play Store and paste it in
Firebase Console > Project Settings - Set up
build.gradle - Configure Google API console.
Thank you for your help