APP ENV / PRODUCTION

Settings

Review scaffold-level environment readiness, Firebase placeholders, and baseline deployment assumptions.

Pipeline
Calm / 93% healthy
Deploy mode
App Hosting ready

Client env

Pending

Firebase web env values are read safely and no client app initializes until the required browser variables exist.

Admin plan

ADC only

Server-side Firebase remains a documented placeholder using Application Default Credentials when the time comes.

Deployment

Safe baseline

`apphosting.yaml` stays minimal with no secrets, no aliases, and modest Cloud Run resource settings.

Environment checklist

Firebase web config

NEXT_PUBLIC_FIREBASE_API_KEY is still missing.
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN is still missing.
NEXT_PUBLIC_FIREBASE_PROJECT_ID is still missing.
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET is still missing.
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID is still missing.
NEXT_PUBLIC_FIREBASE_APP_ID is still missing.

Server placeholder

Future admin usage

Firebase Admin SDK is intentionally not initialized yet.
Use Application Default Credentials when server-side Firebase access is added.
Do not commit service account JSON files to this repository.