Friendly Chat
https://www.topgate.co.jp/blog/google-service/6495
他ツールに一切依存せず Firebase + javascipt だけで動作しそう。試してみると残念ながら 記事通りとはならない。本家「AngularFire Web コードラボ」(以前は「easy chat」だった?)
https://firebase.google.com/codelabs/firebase-web
は、現時点でクローン元
https://github.com/firebase/friendlychat-web
が
https://github.com/firebase/codelab-friendlychat-web
にリダイレクトされ、webpack? AngularFire に依存、完成ソースフォルダも無い。
当時のシンプルな「Friendly Chat」を再現。前提は、
■Google アカウント
https://accounts.google.com

■Firebase
https://console.firebase.google.com/

Authentication (Google認証のみ)
Storage
Firestore Database (Cloud Firestore)(元々Realtime Databaseだった)
Hosting
■Google Cloud Shell (ブラウザだけで完結、エミュレータ等インストール不要)
https://console.cloud.google.com/cloudshelleditor

手順はこちらから
