import { initializeApp } from "firebase/app"; import { getFirestore } from "firebase/firestore"; const firebaseConfig = { apiKey: "AIzaSyAMimOrp73SW_pffgJ_MXeIjrXr7a-IIPE", authDomain: "skatabend0.firebaseapp.com", projectId: "skatabend0", storageBucket: "skatabend0.firebasestorage.app", messagingSenderId: "362332041327", appId: "1:362332041327:web:87779c1bcb2a70f8c8dd9a" } const app = initializeApp(firebaseConfig) const db = getFirestore(app) export { db }