File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11import { initializeApp } from "firebase/app" ;
22import { getFirestore } from "firebase/firestore" ;
33import { getAuth } from "firebase/auth" ;
4-
5- const firebaseConfig = {
6- apiKey : import . meta. env . VITE_FIREBASE_API_KEY ,
7- authDomain : import . meta. env . VITE_FIREBASE_AUTH_DOMAIN ,
8- projectId : import . meta. env . VITE_FIREBASE_PROJECT_ID ,
9- storageBucket : import . meta. env . VITE_FIREBASE_STORAGE_BUCKET ,
10- messagingSenderId : import . meta. env . VITE_FIREBASE_MESSAGING_SENDER_ID ,
11- appId : import . meta. env . VITE_FIREBASE_APP_ID
12- } ;
4+ import { firebaseConfig } from "./firebaseConfig" ;
135
146const app = initializeApp ( firebaseConfig ) ;
157export const db = getFirestore ( app ) ;
Original file line number Diff line number Diff line change 1+ export const firebaseConfig = {
2+ apiKey : "AIzaSyBc4ua1PwrCB_68qbfyw1ophwNFHzF9XxM" ,
3+ authDomain : "ebb-roadmap.firebaseapp.com" ,
4+ projectId : "ebb-roadmap" ,
5+ storageBucket : "ebb-roadmap.firebasestorage.app" ,
6+ messagingSenderId : "198131675100" ,
7+ appId : "1:198131675100:web:081de5f8dd812abf82a919"
8+ } ;
You can’t perform that action at this time.
0 commit comments