// Import the functions you need from the SDKs you need import firebase from 'firebase/compat/app'; import 'firebase/compat/auth'; import 'firebase/compat/firestore'; // 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: "AIzaSyBbBcCRTJ5Gbv7Wqh_NezIwLN4Eg0bokpQ", authDomain: "boilerliftup.firebaseapp.com", projectId: "boilerliftup", storageBucket: "boilerliftup.appspot.com", messagingSenderId: "45783660678", appId: "1:45783660678:web:435142365028391df9b907", measurementId: "G-JJH56JD0D7" }; // Initialize Firebase let app; app = firebase.initializeApp(firebaseConfig) const auth = firebase.auth() export { auth };