import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
//회원가입, 로그인을 하기 위해 사용
import { getAuth } from 'firebase/auth'
const firebaseConfig = {
apiKey: "",
authDomain: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: "",
};
// Initialize Firebase
const apiKey = firebaseConfig.apiKey;
const app = initializeApp(firebaseConfig);
const firesotre = getAnalytics(app);
//회원가입, 로그인을 하기 위해 사용
const appAuth = getAuth();
export {appAuth, firesotre, apiKey};
파이어베이스에서 새 프로젝트 생성 후 연동