Google sign-in error with Firebase Auth UI after upgrade
Step1) generate SH1 from your android studio
Click on Gradle -> signingReport - > In the Run console you will able to see SH1 value
Step 2) add the SH1 to firebase console. (https://console.firebase.google.com)
Goto -> Your project name -> Settings -> General -> Add fingerprints
add SH1 what we generated in step 1 and save
Fixed it. I forgot to add my new debug SHA1 to Firebase.