File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta_firestore_user-creds_enable.1
.TH "GCLOUD_BETA_FIRESTORE_USER\-CREDS_ENABLE" 1
.SH "NAME"
.HP
gcloud beta firestore user\-creds enable \- enables a Cloud Firestore user creds
.SH "SYNOPSIS"
.HP
\f5gcloud beta firestore user\-creds enable\fR \fIUSER_CREDS\fR \fB\-\-database\fR=\fIDATABASE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To enable user creds 'test\-user\-creds\-id' under database testdb.
.RS 2m
$ gcloud beta firestore user\-creds enable 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 beta firestore user\-creds enable 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 beta firestore user\-creds enable \-\-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 beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud firestore user\-creds enable
.RE
.RS 2m
$ gcloud alpha firestore user\-creds enable
.RE