Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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**.
|
||||
Reference in New Issue
Block a user