2025-04-16 10:41:40 +00:00
|
|
|
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
|
2025-04-23 10:54:24 +00:00
|
|
|
(ALPHA) Lists user creds under a Cloud Firestore database.
|
2025-04-16 10:41:40 +00:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|