Obtain SHA-1 signinreport
how to obtain SHA-1 key for using signin with google
Alright, this gonna be silly article.
In short I need to register my app to google cloud console to get my client id and secret to use sign in with google, on registering process it ask me to input my SHA-1 signinreport.
Well after surfing the stackoverflow and follow tutorial to use android studio like this
- press shift twice and input execute gradle task

- then run command graddle signinreport

- then it will print our configuration on terminal
- and copy whatever your SHA-1 content is

Google show me how to obtain that key instantly

though i need to point where my sotre config is, so the full command will be like this on my devices
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
correct command to obtain SHA-1 key
So yeah, welcome to 2024.