I'm starting a new project using Firebase and I have to get an SHA1 key from my project. Recently I've updated Android Studio to version 4.2 and the signing report tab disappeared from the Gradle bar.
Follow the image :
How can I get SHA1 easily in android studio 4.2?
gradle signingReport
in the terminalthen you get the desired SHA fingerprint.