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