=== Project Setup
First, let's associate this project directory with a Firebase project.
You can create multiple project aliases by running firebase use --add,
but for now we'll just set up a default project.
? Please select an option: Use an existing project
Error: Failed to list Firebase projects. See firebase-debug.log for more info.
古いバージョンのログイン情報では失敗するのでログインし直すといいらしい
$firebase logout
$firebase login
OK、できた
$firebase emulators:start
匿名ログインではないけどdisplayNameがないから匿名だと表示されちゃってるな
エミュレータの側でユーザを設定できる
ちゃんとユーザ名が表示された
---
$firebase emulators:start
:
⚠ firestore: Did not find a Cloud Firestore rules file specified in a firebase.json config file.
⚠ firestore: The emulator will default to allowing all reads and writes. Learn more about this option: https://firebase.google.com/docs/emulator-suite/install_and_configure#security_rules_configuration.
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channel?... with MIME type text/plain. See https://www.chromestatus.com/feature/5629709824032768 for more details.