인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

xiu15's profile image
xiu15

asked

Learn Front-End DO IT Coding While Making (Next.js, Typescript)

Add firebase client code

public runtime config 에러 공유

Written on

·

296

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/

Next.js

Answer 1

1

totuworld님의 프로필 이미지
totuworld
Instructor

안녕하세요 츄츄님.

 

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

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

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

xiu15's profile image
xiu15

asked

Ask a question