Files
Onsol-GO/.agents/skills/firebase-basics/references/firebase-project-create.md
T
2026-04-23 23:58:59 -05:00

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:

  1. Enter a Project ID (must be 6-30 chars, lowercase, digits, and hyphens; must be unique globally).
  2. Enter a display name.