📍 Team Borges- MH Lead Map
Ask a teammate for an invite, or use Create Account if this is your first time.
📍 Team Borges- MH Lead Map
Local
Total
New
Counties
Pins colored by county · Click a pin for details 0 leads shown
📍

Click any pin on the map
to view lead details

All Leads
NameAddressCity CountyStatusSource PhoneDate AddedActions
Add New Lead
Fill in the lead details below.
Contact Information
Location
Lead Details
Import Leads
Upload a CSV file to add multiple leads at once. Missing coordinates will be auto-geocoded and counties auto-detected.
📂
Drop CSV or JSON here
Click to browse · Up to 1,000 rows
CSV Column Guide

Blue = required. Column names are matched loosely (e.g. Date Added, date_added, and Created all work). Provide lat/lng or let auto-geocode fill them in. County is auto-detected from coordinates when blank.

nameaddress citycountystatus sourcephoneemail date_addednoteslatlng
⚙ Settings & Live Sync
Leads are saved in this browser automatically. Connect Firebase to share leads in real-time with your entire team — everyone sees new leads the moment they're added.
🔌

Not Connected

Running in local-only mode. Connect Firebase below to enable live team sync.

Step 1 — Connect to Firebase (one-time)
1
Go to console.firebase.google.comAdd Project → name it Team Borges- MH Lead Map. (You can also reuse the Mobile Home Leads project — this app stores its data separately.)
2
Click Build → Realtime Database → Create database. Choose Start in test mode, pick US region.
3
Click Build → Authentication → Get started → under Sign-in method, enable Email/Password. This is what powers the sign-in screen.
4
Project Settings (gear icon) → Your apps → </> Web → register app → copy the firebaseConfig block shown.
5
In Realtime Database → Rules, paste the rules below (requires sign-in for read/write instead of leaving it wide open) → Publish.
6
Paste the config below and click Connect & Sync. You'll be prompted to sign in or create the first account.

Recommended Realtime Database rules (requires sign-in, matches the sign-in screen):

{ "rules": { ".read": "auth != null", ".write": "auth != null" } }

⚠️ Anyone with the app link can currently tap Create Account and self-register — these rules only require some signed-in account, not a specific allowlist. To restrict who can register, remove self-registration from the sign-in screen and instead add teammates yourself under Authentication → Users → Add user in the Firebase console.

Loading county data…