Skip to content

Commit

Permalink
Merge pull request #7 from matsu0228/fix/readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
matsu0228 authored Aug 24, 2020
2 parents 3eb286a + d23ee34 commit 63b164b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63b164b

Please sign in to comment.