gcloud alpha firebase projects create

NAME
gcloud alpha firebase projects create - create and provision a new Firebase project and associated resources
SYNOPSIS
gcloud alpha firebase projects create [PROJECT] [--app-namespace=APP_NAMESPACE] [--async] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Create and provision a new Firebase project and associated resources.

Creates (provisions) a Firebase project and initializes a Firebase Web App in region us-west1.

If a Google Cloud project ID is specified, Firebase is provisioned into that existing project. Otherwise, a new project ID is automatically generated and provisioned.

EXAMPLES
To provision a new Firebase project:
gcloud alpha firebase projects create --app-namespace=com.example.my_app --display-name="My Firebase App"

To provision Firebase for an existing Google Cloud project:

gcloud alpha firebase projects create my-project-id --display-name="My Firebase App"

To provision asynchronously:

gcloud alpha firebase projects create --display-name="My Firebase App" --async
POSITIONAL ARGUMENTS
[PROJECT]
ID for the Google Cloud project in which to provision Firebase. If omitted, a new project ID will be automatically generated and provisioned.
FLAGS
--app-namespace=APP_NAMESPACE
Developer-assigned identifier for the web app to create. Defaults to a generated namespace based on project ID or display name.
--async
Return immediately, without waiting for the operation in progress to complete.
--display-name=DISPLAY_NAME
The display name for the new Project and/or Web App. Defaults to project ID or "My Firebase App".
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.