回答編集履歴
1
修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
`set` without merge will overwrite a document or create it if it doesn't exist yet
|
1
|
+
> `set` without merge will overwrite a document or create it if it doesn't exist yet
|
2
2
|
|
3
3
|
`set` with merge will update fields in the document or create it if it doesn't exists
|
4
4
|
|
@@ -6,4 +6,4 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
書かれて
|
9
|
+
書かれてあるとおりです。`set`はマージせず上書きし、指定したパスが無ければ作成する。ただし`merge`オプションをつけた場合には`update`と同様。`update`はデータを削除せず上書きを行うがパスがない場合はエラー。
|