// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/12.0.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/12.0.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyD1ybqBRsSzNf7NBRrLk-kqovLMEy_U00o",
authDomain: "kts-website-dd810.firebaseapp.com",
projectId: "kts-website-dd810",
storageBucket: "kts-website-dd810.firebasestorage.app",
messagingSenderId: "242003224139",
appId: "1:242003224139:web:24d81b5190b5d3d6024fce",
measurementId: "G-Q6V14KNGES"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);