Firebase2 Cloud-Firebase CLI Project ID가 다를 경우 Error) project의 project id와 cli의 project id가 다를 경우 요약) project의 project id와 cli의 project id가 다를 경우 해당 이슈로 클라우드에 배포가 되지 않습니다. Solution) 로컬에서 해당 프로젝트에 매핑되어있는 firebase 정보를 제거하고 다시 클라우드에 있는 프로젝트와 매핑시켜줍니다. firebase use --clear // 프로젝트 제거 firebase use:add // 프로젝트 생성 > what alias do you want to use for this project: // default, staging, production, development가 일반적입니다. 2022. 9. 29. React-typescript firebase admin sdk 이슈 요약 - typescript에서 firebase admin sdk를 초기화하는 과정에서 발생한 타입 이슈입니다. Error Argument of type '{ "type": string; "project_id": string; "private_key_id": string; "private_key": string; "client_...' is not assignable to parameter of type 'string | ServiceAccount'. Type '{ "type": string; "project_id": string; "private_key_id": string; "private_key": string; "client_...' has no properties in common with ty.. 2022. 5. 30. 이전 1 다음 반응형