Firebase Cloud Firestore를 배포할 때 발생한 오류: Error: 9 FAILED_PRECONDITION: The Cloud Firestore API is not enabled for the project
1571 단어 FirebasecloudfunctionsFirestore
Firebase 콘솔에서 Firestore 데이터베이스를 만드는 데 실패
Firestore 시작 가이드 에는 다음과 같이 기재되어 있습니다.
Cloud Firestore 프로젝트를 만들면 Cloud API Manager에서 API도 활성화됩니다.
그러나 3. 의 공정으로 인터넷의 통신이 끊기거나 해서 데이타베이스의 작성에 실패하면, 이하의 화상의 상태가 되어 버립니다.
실패하면 "가장 로드"또는 "컬렉션 추가"를 수행해도 Firestore 작업을 수행할 수 없습니다.
또한 Cloud Functions에서 Firestore에 액세스하려고 하면 다음 오류가 발생합니다.
Error: 9 FAILED_PRECONDITION: The Cloud Firestore API is not enabled for the project
해결책
Firestore를 조작할 수 없는 이유는 Google Cloud Platform의 Cloud API Manager API가 비활성화되어 있기 때문입니다.
따라서 Google Cloud Platform으로 이동하여 아래 이미지와 같이 Firestore API를 사용하도록 설정하면 Firestore와 상호작용할 수 있습니다.
Reference
이 문제에 관하여(Firebase Cloud Firestore를 배포할 때 발생한 오류: Error: 9 FAILED_PRECONDITION: The Cloud Firestore API is not enabled for the project), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/yoshifumi4423/items/670cff953cb77f66d579
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Firebase Cloud Firestore를 배포할 때 발생한 오류: Error: 9 FAILED_PRECONDITION: The Cloud Firestore API is not enabled for the project), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/yoshifumi4423/items/670cff953cb77f66d579텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)