[FireBase]undefined is not an object (evaluating 'firebase.apps.length') 오류

 파이어베이스 라이브러리의 버전이 업데이트 되면서 import 의 사용법이 달라짐. firebaseConfig.js 파일에서,

import * as firebase from 'firebase/app'; 를
import firebase from 'firebase/app'; 로 바꿔주면 해결~!!!

++++++

The usage of import changes as the version of the Firebase library is updated.
import * as firebase from 'firebase/app'; -----> import firebase from 'firebase/app';

댓글

이 블로그의 인기 게시물

[react-native]앱이 꺼져도 데이터를 보존하는 방법

[react-native]움직이는 배너만들기-애니메이션

[npm install]Error: EACCES: permission denied, access '/user/local/lib/node_modules'