티스토리 뷰
stackoverflow.com/questions/43331011/firebase-app-named-default-already-exists-app-duplicate-app
if (!firebase.apps.length) {
firebase.initializeApp(firebaseConfig);
} else {
firebase.app();
}
'기타IT' 카테고리의 다른 글
firebase api key를 못찾겠어요 (0) | 2021.04.04 |
---|---|
젠킨스 Windows 설치시 test credential 버튼 클릭시 error logging 발생현상 해결방법 (0) | 2021.01.11 |
SourceTree : Logon failed, use ctrl+c to cancel basic credential prompt. (2) | 2020.12.11 |
이클립스, 톰캣 사용시 javascript, css 갱신이 늦을때 (0) | 2018.01.15 |
opencv로 머신러닝(랜덤포레스트)해보기 (0) | 2017.12.09 |