File: //snap/google-cloud-cli/396/help/man/man1/gcloud_alpha_firestore_user-creds_create.1
.TH "GCLOUD_ALPHA_FIRESTORE_USER\-CREDS_CREATE" 1
.SH "NAME"
.HP
gcloud alpha firestore user\-creds create \- creates a Cloud Firestore user creds
.SH "SYNOPSIS"
.HP
\f5gcloud alpha firestore user\-creds create\fR \fIUSER_CREDS\fR \fB\-\-database\fR=\fIDATABASE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To create a user creds called test\-user\-creds\-id under database testdb.
.RS 2m
$ gcloud alpha firestore user\-creds create test\-user\-creds\-id \e
\-\-database=testdb
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIUSER_CREDS\fR
The user creds to operate on.
For example, to operate on user creds \f5creds\-name\-1\fR:
.RS 2m
$ gcloud alpha firestore user\-creds create creds\-name\-1
.RE
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-database\fR=\fIDATABASE\fR
The database to operate on.
For example, to operate on database \f5foo\fR:
.RS 2m
$ gcloud alpha firestore user\-creds create \-\-database='foo'
.RE
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "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. These variants are also available:
.RS 2m
$ gcloud firestore user\-creds create
.RE
.RS 2m
$ gcloud beta firestore user\-creds create
.RE