Files
2026-04-23 23:58:59 -05:00

12 lines
287 B
Markdown

# Creating a Project
To create a new Firebase project from the CLI:
```bash
npx -y firebase-tools@latest projects:create
```
You will be prompted to:
1. Enter a **Project ID** (must be 6-30 chars, lowercase, digits, and hyphens; must be unique globally).
2. Enter a **display name**.