mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
added richtig viel sachen
This commit is contained in:
17
firebase-config.js
Normal file
17
firebase-config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import { getFirestore } from "@firebase/firestore";
|
||||
import { getStorage } from "firebase/storage";
|
||||
import { initializeApp } from "firebase/app";
|
||||
|
||||
const firebaseConfig = {
|
||||
apiKey: "AIzaSyB4U9wobUn7hpqt-gVuNQJPdhfpVdSGPIg",
|
||||
authDomain: "next-tutorials-7e130.firebaseapp.com",
|
||||
projectId: "next-tutorials-7e130",
|
||||
storageBucket: "next-tutorials-7e130.appspot.com",
|
||||
messagingSenderId: "500863392288",
|
||||
appId: "1:500863392288:web:4f2f667fef3a571b1d3a45",
|
||||
};
|
||||
|
||||
const app = initializeApp(firebaseConfig);
|
||||
|
||||
export const db = getFirestore();
|
||||
export const storage = getStorage(app);
|
||||
Reference in New Issue
Block a user