📄️ How Deployment Works
This doc explains what happens when you run ./deploy-to-gcp.sh and how the pieces fit together. Useful for new developers and when debugging deploy issues.
📄️ Troubleshooting: Can't save project strategy or related links in production
Saves for project strategy (Linked Strategy dropdown) and related links (Quick Links) go through the Next.js API and write to Firestore via the Firebase Admin SDK. If those saves work locally but fail in production, the usual cause is Firebase Admin not having valid credentials in the production environment.