How to get SHA-1 and SHA256 keys in easy and fast way for firebase

How to get SHA-1 and SHA256 keys in easy and fast way for firebase

This tutorial will explain how to get SHA-1 and SHA-256 keys fingerprint code in a fast way and easily for Firebase making mobile application or website The first line of code : keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -storepass android -keypass android -keyalg RSA -keysize 2048 -validity 10000 The second Line of code and replace your username with your directory : keytool -list -v -keystore "C:\Users\Replace with your username\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android for more please subscribe