mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
34 lines
931 B
Text
34 lines
931 B
Text
NAME
|
|
gcloud alpha emulators firestore - manage your local firestore emulator
|
|
|
|
SYNOPSIS
|
|
gcloud alpha emulators firestore COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) This set of commands allows you to start and use a local firestore
|
|
emulator.
|
|
|
|
EXAMPLES
|
|
To start a local firestore emulator, run:
|
|
|
|
$ gcloud alpha emulators firestore start
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
start
|
|
(ALPHA) Start a local firestore emulator.
|
|
|
|
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 emulators firestore
|
|
|