[Error] firebase.js import 에러 발생
본문 바로가기
더 알아보기/에러

[Error] firebase.js import 에러 발생

by 은돌1113 2021. 12. 1.

firebase가 버전 9로 업그레이드 되면서 임포트하는 방법이 달라졌다.

v9에서는 firebase와 app 또는 auth 폴더 경로 사이에 compat 폴더를 추가 해주면 되고,

또는 v8로 다운그레이드 하는 방법이 있다고 한다.

 

https://stackoverflow.com/questions/68946446/how-do-i-fix-a-firebase-9-0-import-error-attempted-import-error-firebase-app

 

How do I fix a Firebase 9.0 import error? "Attempted import error: 'firebase/app' does not contain a default export (imported as

I am trying to implement firebase in my React application but it seems my version of importing is outdated. Here is my code: import firebase from "firebase/app"; import "firebase/aut...

stackoverflow.com

 

댓글