19
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

firebase init で遭遇したエラー

Last updated at Posted at 2019-07-07
$ firebase init

エラーメッセージ抜粋

Error: Cloud resource location is not set for this project but the operation you are attempting to perform in Cloud Firestore requires it. Please see this documentation for more details: https://firebase.google.com/docs/projects/locations .

原因

エラー: Cloud Firesotreを利用するにはクラウドのリソースロケーションを設定する必要があります。

解決方法

  1. Firebase Console にログイン
  2. 当該プロジェクトのSettingsを開く
  3. [全般] 中程の リソース ロケーション を任意のロケーションに指定

※特に希望がなければus-centralで間違いないかと

19
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
19
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?