File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1179,9 +1179,6 @@ declare namespace firebase.firestore {
11791179 * Changes the behavior of set() calls to only replace the specified field
11801180 * paths. Any field path that is not specified is ignored and remains
11811181 * untouched.
1182- *
1183- * <p>It is an error to pass a SetOptions object to a set() call that is
1184- * missing a value for any of the fields specified here.
11851182 */
11861183 readonly mergeFields ?: ( string | FieldPath ) [ ] ;
11871184 }
Original file line number Diff line number Diff line change @@ -498,9 +498,6 @@ export interface SetOptions {
498498 * Changes the behavior of set() calls to only replace the specified field
499499 * paths. Any field path that is not specified is ignored and remains
500500 * untouched.
501- *
502- * <p>It is an error to pass a SetOptions object to a set() call that is
503- * missing a value for any of the fields specified here.
504501 */
505502 readonly mergeFields ?: ( string | FieldPath ) [ ] ;
506503}
You can’t perform that action at this time.
0 commit comments