diff --git a/README.md b/README.md index 9adb41b..4d98245 100644 --- a/README.md +++ b/README.md @@ -174,16 +174,15 @@ save to importData/ dog. data: map[string]interface {}{"_created_at":time.Time{w - With setting the `FIRESTORE_EMULATOR_HOST` environment variable, the `restore` command can be used to restore the emulator. - The `--emulators-project-id` option allow to specify the projectId with to avoid data conflicts by specifying it. -``. +``` FIRESTORE_EMULATOR_HOST=**your_firestore_emulator** fsrpl restore [import document path] --path [import JSON file directory path] --emulators-project-id [test unique Id] e.g. FIRESTORE_EMULATOR_HOST=localhost:8080 fsrpl restore "importData/*" --path "./" --emulators-project-id emulator-integration-test -```` +``` -Translated with www.DeepL.com/Translator (free version) ### (for gopher) show Go struct from some document