Get SHA-1 Key by Command Prompt - Simplest Way

Опубликовано: 05 Март 2025
на канале: Coding Beast
10,688
76

Simplest way to get the SHA-1 fingerprint key for firebase auth and other purposes directly from the command prompt. No need of any code editor.
Follow the basic steps and get your work done!

For windows:
keytool -list -v -keystore C:\Users\91819\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android

For mac/linux:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

debug.keystore path: C:\Users\91819\.android

See how you can get sha1 key in linux -    • How to get SHA-1 Key in LINUX!! | Lin...  

Thanks if you are watching us!