API & keys
Production keys live in .env → run npm run config → deploy.
Override Maps key per-browser below if needed.
Status
Enable: Maps JavaScript API, Places API, Directions API. Restrict by HTTP referrer (see below).
Firebase (from config.js)
Run npm run config
Firebase Auth settings
· Authorized domains should include:
localhost, dixiedrive-go.web.app, dixiedrive-go.firebaseapp.com, dixiedrivego.com
Maps key HTTP referrers (Google Cloud)
Use a Maps Browser key from GCP project dixiedrivego (not lrb-master-hq).
Not your Firebase web API key. See docs/GOOGLE-CLOUD-MAPS.md.
Local setup
cp .env.example .env # edit .env with your keys npm run config npm run serve