2
// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
// 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
const firebaseConfig = {
apiKey: "AIzaSyAN2tCpoFMxQE7K48J7cAkOFjwbnqt87i0",
authDomain: "live-chat-f9cc6.firebaseapp.com",
projectId: "live-chat-f9cc6",
storageBucket: "live-chat-f9cc6.firebasestorage.app",
messagingSenderId: "534430472263",
appId: "1:534430472263:web:b170a053288c7f09477962"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
Comments
Post a Comment