Created
June 16, 2020 20:20
-
-
Save marcos-bah/2dd3d0567d30c4e57014ccc00c8f37f5 to your computer and use it in GitHub Desktop.
Comando para gerar chave SHA1 para Firebase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Esteja no diretorio que contenha o keytool ou o defina globalmente | |
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment