
firebase 버전이 9버전이여서
제공해주신 firebaseConfig.js 파일에서
import firebase from "firebase/compat/app";
import "firebase/compat/database";
import "firebase/compat/storage";
위와 같이 import하여 실행시켰는데, import firebase from "firebase/compat/app"; 에서
could not be found within the project or in these directories: 에러가 발생합니다.
어떻게해야하나요,,
작성한 코드 및 에러 메세지
could not be found within the project or in these directories:
