mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha firestore user-creds - manage the user creds for a Cloud
|
|
Firestore Database
|
|
|
|
SYNOPSIS
|
|
gcloud alpha firestore user-creds COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage the user creds for a Cloud Firestore Database.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Creates a Cloud Firestore user creds.
|
|
|
|
delete
|
|
(ALPHA) Deletes a Cloud Firestore user creds.
|
|
|
|
describe
|
|
(ALPHA) Describes a Cloud Firestore user creds.
|
|
|
|
disable
|
|
(ALPHA) Disables a Cloud Firestore user creds.
|
|
|
|
enable
|
|
(ALPHA) Enables a Cloud Firestore user creds.
|
|
|
|
list
|
|
(ALPHA) Lists user creds under a Cloud Firestore database.
|
|
|
|
reset-password
|
|
(ALPHA) Resets a Cloud Firestore user creds.
|
|
|
|
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. This variant is also available:
|
|
|
|
$ gcloud beta firestore user-creds
|
|
|