LoginSignup
6
5

More than 3 years have passed since last update.

デバッグ用の署名証明書 SHA-1 の取得方法

Last updated at Posted at 2019-02-05

SHA-1の取得方法

Flutter×Firebaseでチャットアプリを作ろうとしていた時に、
Androidのプラットフォームの登録の際にSHA-1が必要になったので、
それの取得方法を備忘録的に書くことにした。

terminal
keytool -exportcert -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

これでイケた。keystoreの場所は各自のPathの場所で。
パスワードの初期値は「android」らしいです。

以上。
(2019/02/05)


6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5