【Android】 Firebase の Authenticationを使ってGoogle認証 参考サイト


 

FirebaseのAuthenticationでGoogle認証を試してみたので、その時に参考にさせていただいたサイトを自分用メモとして。

 

 

・公式ドキュメント

https://firebase.google.com/docs/auth/

・公式サンプル

https://github.com/firebase/quickstart-android/tree/master/auth

・証明書フィンガープリント表示方法

https://developers.google.com/places/android-api/signup?hl=ja#debug-cert

 

・Qiita記事

http://qiita.com/Sert/items/1fbdbf68dd087201a57b

 

 

良記事ありがたやー

 

kussuue