강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

Learn React and Firebase by following along - Creating a Chat Application [Renewed in December 2023]

Adding details to a user created in Firebase

firebase 초기화 오류

Written on

·

583

0

firebase에 이메일로 회원가입 기능 구현 강의를 듣고 있는데

이메일과 이름 비밀번호를 입력하고 제출을 누르면

Firebase: No Firebase App '[DEFAULT]' has been created - call initializeApp() first (app/no-app). 이런 오류 코드가 나오면서 firebase에 저장이 되지 않는데 뭐가 문제일까요화면 캡처 2023-09-27 011504.jpg화면 캡처 2023-09-27 012523.jpg화면 캡처 2023-09-27 012540.jpg

react웹앱firebase

Answer 1

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요!

firebase.js 에서 만든 app 인스턴스를 생성만 하고 아직 사용을 안 해서 이런 에러가 나옵니다 ~

App.js 에서
import app from './firebase.js' 를 해서 가져와 주시면 이 에러가 없어질 것 입니다 ~

화이팅입니다!

No author

This post's author information has been deleted.

Ask a question