인프런 커뮤니티 질문&답변

xxiiuu님의 프로필 이미지
xxiiuu

작성한 질문수

만들면서 배우는 프론트엔드 DO IT 코딩 (Next.js, Typescript)

firebase client 코드 추가

public runtime config 에러 공유

작성

·

260

0

강의에 따라 다 잘 맞게 다 썼는데 이런 오류가 나서
검색해보고 Eslint 설정을 바꿨습니다.

해결

{
  "eslint.options": {
    "overrideConfig": {
      "parserOptions": {
        "createDefaultProgram": true,
      }
    }
  }
}

아래는 출처입니다.

https://blog.realhe.ro/how-to-fix-vsc-eslint-error-the-file-must-be-included-in-at-least-one-of-the-projects-provided/

답변 1

1

totuworld님의 프로필 이미지
totuworld
지식공유자

안녕하세요 츄츄님.

 

에러보면 invalid-api-key 로 나오네요.

firebase api key는 환경 변수로 잘 넘어가고 있는게 맞는거죠?

혹시나 해서 질문해봅니다.

xxiiuu님의 프로필 이미지
xxiiuu

작성한 질문수

질문하기