Obtain SHA-1 signinreport

how to obtain SHA-1 key for using signin with google

Obtain SHA-1 signinreport
Photo by Rasheeque Ahnaf (Piash) / Unsplash

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

  1. press shift twice and input execute gradle task
double shift command
double shift command
  1. then run command graddle signinreport
gradle signinreport
gradle signinreport
  1. then it will print our configuration on terminal
  2. and copy whatever your SHA-1 content is
SHA-1 key
SHA-1 key

Google show me how to obtain that key instantly

command to obtain SHA-1 key
command to obtain SHA-1 key

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.

Subscribe to nfldyprdn | blog

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe