1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【備忘録】Firebase AuthのログインのためにSHA-1を用意する必要があったが出てくれなかった

Posted at

どういうことか

以下の状況でハマった。

  • Flutterで開発している
  • Android端末でGoogleログインしたかった
  • そのためにFirebaseのコンソールにSHA-1を登録する必要がある
  • ググって出てきたコマンドなどを試したがうまくいかなかった

解決策

この記事で救われた。

解決した理由はよくわかってないんですが。。

失敗例、またできなかったこと

コマンドのパターン

ググったらよく出てくるコマンドを試した。
パスワードは入力しなくてもいいらしい。
結果出なかった。

keytool -list -v -keystore ~/.android/debug.keystore

キーストアのパスワードを入力してください:  

*****************  WARNING WARNING WARNING  *****************
*キーストアに保存された情報の整合性は*
*検証されていません。整合性を検証するには*
*キーストアのパスワードを入力する必要があります。*
*****************  WARNING WARNING WARNING  *****************

Android Studioのパターン

『Gradleから確認する』というもの。
/android のディレクトリを右クリックしてFlutterの部分をクリックして〜」と書かれているが、Flutterの部分がグレーアウトされていて選択できなかった(一番下)。

スクリーンショット 2024-11-15 18.29.44.png

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?