Skip to content

Instantly share code, notes, and snippets.

@crtl
Created October 28, 2020 09:50
Show Gist options
  • Save crtl/2b707a585a04dd6d5794ec499ef96714 to your computer and use it in GitHub Desktop.
Save crtl/2b707a585a04dd6d5794ec499ef96714 to your computer and use it in GitHub Desktop.
Commands to get key file hash for android google and facebook social sign in.

Default android keystore password is android.

Facebook

keytool -exportcert -alias androiddebugkey -keystore "C:\Path\To\Keystore.keystore" | openssl sha1 -binary | openssl base64

Google:

gradlew signinReport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment