🌊
Coastal Bend FSBO

Welcome back

Sign in to manage your listings

No account? Create one free β†’
🌊
Coastal Bend FSBO
← View Site
?
My Account
βš™οΈ Running in demo mode β€” Firebase not connected

Data is not saved between sessions. Connect Firebase to enable real user accounts and persistent listings.

Hello, there πŸ‘‹

Manage your listings, view buyer messages, and update your seller profile.

0
Active Listings
0
Total Views
across all listings
0
Buyer Messages
Free
Current Tier
πŸ›‘ Admin

Personal Information

βœ“ Profile updated.

Public Profile

View your public profile β†’

McGinnis Property Β· Coastal Bend
Rather sell for cash?
Skip the listing process entirely. McGinnis Property buys homes direct β€” no repairs, no showings, no agent fees. Get a fair offer in 24 hours.
πŸ’° Get My Cash Offer β†’

Your Plan: Free

Upgrade to get sponsored placement, AI listing descriptions, analytics, and professional photography.

Free

$0

Basic listing with your own photos, description, and direct buyer contact via the site.

Current Plan

Premium

$50

AI-written description, pricing analysis, view analytics, and sponsored placement at top of search results.

Concierge

$199

Liam visits your property, professional photography, full listing written and published, featured placement.

Add New Listing

Photos β€” up to 8 (first photo is your main listing image)

Click any slot to upload. Photos are stored locally in demo mode.

βœ“ Listing saved!

Connect Firebase

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"
};