반응형
firebase init (location is not set error) 에러 발생시
firebase init 명령 실행중 아래 에러가 발생하는 경우가 있습니다.
=== Firestore Setup
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
해당 에러는 "Google Cloud Platform(GCP) 리소스 위치"를 지정하지 않아 발생하는 에러로
과거에는 프로젝트 생성시에 설정하였지만
현재 시점에는 프로젝트 생성 이후에 별도로 리소스 위치를 지정해주어야 합니다.
설정경로
프로젝트 > Google Cloud Platform(GCP) 리소스 위치 > 클라우드 리소스 위치
위 경로에서 리소스 위치를 설정 완료 후 firebase init명령 실행 시에 정상적으로 동작하는 것을 확인할 수 있습니다.
반응형
'IT기타 > 기타' 카테고리의 다른 글
CentOS에 Nginx 설치하기 (0) | 2019.12.21 |
---|---|
Java libjli.so: cannot open shared object file Error 발생시 해결 방법 (0) | 2019.12.11 |
Logstash Permission denied - bind Error 발생시 (0) | 2019.12.11 |
windows pid로 프로세스 종료하기 (0) | 2019.10.16 |
Mysql dump시 Unknown table 'COLUMN_STATISTICS' in information_schema (1109) 에러가 발생하는 경우 해결 방법 (0) | 2018.11.27 |
댓글