Firebase Studio - Project Setup
Overview
Estimated time: 25–35 minutes
This guide shows how to use Firebase Studio to scaffold projects, configure services, and automate preview+deploy pipelines with recommended CI templates.
Project Configuration
Use Studio's scaffolders to pick hosting, Firestore, and functions templates. Studio can generate environment-specific configs, sample test data, and recommend security rules based on your app's read/write patterns.
CI Integration
- Use the generated GitHub Actions or Cloud Build templates to run emulator tests, linters, and visual checks on preview channels.
- Automate promotion from preview to staging with smoke tests and policy gates.
- Enable secrets and service account management through Studio's recommended patterns (never store secrets in repo).