반응형 functions1 [Firebase Deploy]error The project to be billed is associated with an absent billing account. Firebase 에 functions 함수를 사용해서 deploy 를 시도할때 "The project to be billed is associated with an absent billing account." 다음과 같은 오류가 발생했다. 이럴 경우는 1. 결제 정보가 Blaze 인지 확인한다. 2. 아래와 같이 functions/index.js 내의 region 정보와 firebase 콘솔내 프로젝트 설정의 GCP 리소스 위치가 일치하는지 확인한다. 이후에 deploy 를 실행하면 잘 동작한다. functions/index.js exports.homtAPI = functions.region("asia-east2").https.onRequest(app); 카테고리 없음 2022. 11. 18. 이전 1 다음 반응형