Firebase gives this site real user accounts, listing storage, and lead messages β free on the Spark plan.
1
Go to console.firebase.google.com β Add project β name it coastal-bend-fsbo β disable Google Analytics β Create.
2
Authentication β Get Started β Email/Password β Enable β Save.
3
Firestore Database β Create database β Production mode β us-central1 β Done.
4
Firestore β Rules tab β paste the security rules from the code comment in each file's <script> β Publish.
5
Project Settings (gear icon) β Your apps β </> Web β register app β copy the firebaseConfig object.
6
Open all 3 HTML files β find FIREBASE_CONFIG near the top of each <script> β replace every placeholder with your real values.
7
Re-upload all 3 files to Netlify β real accounts are live.
const FIREBASE_CONFIG = {
apiKey: "AIzaSyAEnEg7YHuUhYph2j3ecQO3Nq5zt82xKbI",
authDomain: "coastal-bend-fsbo.firebaseapp.com",
projectId: "coastal-bend-fsbo",
storageBucket: "coastal-bend-fsbo.firebasestorage.app",
messagingSenderId: "1068409745834",
appId: "1:1068409745834:web:5d42e5a15488405154bbd3"
};