📊 Lead CRM Dashboard

All captured leads from chatbot and contact forms — sorted by latest first.

0
Total Leads
0
Chatbot Leads
0
Form Leads
0
Today's Leads

📋 All Leads

// 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: "AIzaSyBIfbfh3XhyhzQLiwqoPvH4qe_czyvS-xg", authDomain: "antigravity-web-ffa1b.firebaseapp.com", databaseURL: "https://antigravity-web-ffa1b-default-rtdb.asia-southeast1.firebasedatabase.app", projectId: "antigravity-web-ffa1b", storageBucket: "antigravity-web-ffa1b.firebasestorage.app", messagingSenderId: "72303330505", appId: "1:72303330505:web:94e7a2aa693fafbbd4b918" }; // Initialize Firebase const app = initializeApp(firebaseConfig);