@firebase/firestore 3.4.1 → 3.4.2-202205224240

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  3. package/dist/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  4. package/dist/firestore/src/index/index_byte_encoder.d.ts +14 -0
  5. package/dist/firestore/src/index/ordered_code_writer.d.ts +60 -0
  6. package/dist/firestore/src/lite-api/reference.d.ts +4 -2
  7. package/dist/firestore/src/lite-api/reference_impl.d.ts +5 -0
  8. package/dist/firestore/src/lite-api/transaction.d.ts +4 -0
  9. package/dist/firestore/src/lite-api/write_batch.d.ts +3 -0
  10. package/dist/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  11. package/dist/firestore/src/model/collections.d.ts +0 -4
  12. package/dist/firestore/src/model/document.d.ts +3 -1
  13. package/dist/firestore/src/model/values.d.ts +3 -0
  14. package/dist/firestore/src/util/byte_string.d.ts +1 -0
  15. package/dist/firestore/src/util/error.d.ts +2 -3
  16. package/dist/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  17. package/dist/firestore/test/util/helpers.d.ts +1 -0
  18. package/dist/index.d.ts +13 -21
  19. package/dist/index.esm2017.js +2649 -2640
  20. package/dist/index.esm2017.js.map +1 -1
  21. package/dist/index.esm5.js +2640 -2630
  22. package/dist/index.esm5.js.map +1 -1
  23. package/dist/index.node.cjs.js +42 -24
  24. package/dist/index.node.cjs.js.map +1 -1
  25. package/dist/index.node.mjs +43 -25
  26. package/dist/index.node.mjs.map +1 -1
  27. package/dist/index.rn.js +2839 -2830
  28. package/dist/index.rn.js.map +1 -1
  29. package/dist/internal.d.ts +18 -22
  30. package/dist/lite/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  31. package/dist/lite/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  32. package/dist/lite/firestore/src/index/index_byte_encoder.d.ts +14 -0
  33. package/dist/lite/firestore/src/index/ordered_code_writer.d.ts +60 -0
  34. package/dist/lite/firestore/src/lite-api/reference.d.ts +4 -2
  35. package/dist/lite/firestore/src/lite-api/reference_impl.d.ts +5 -0
  36. package/dist/lite/firestore/src/lite-api/transaction.d.ts +4 -0
  37. package/dist/lite/firestore/src/lite-api/write_batch.d.ts +3 -0
  38. package/dist/lite/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  39. package/dist/lite/firestore/src/model/collections.d.ts +0 -4
  40. package/dist/lite/firestore/src/model/document.d.ts +3 -1
  41. package/dist/lite/firestore/src/model/values.d.ts +3 -0
  42. package/dist/lite/firestore/src/util/byte_string.d.ts +1 -0
  43. package/dist/lite/firestore/src/util/error.d.ts +2 -3
  44. package/dist/lite/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  45. package/dist/lite/firestore/test/util/helpers.d.ts +1 -0
  46. package/dist/lite/index.browser.esm2017.js +1378 -1365
  47. package/dist/lite/index.browser.esm2017.js.map +1 -1
  48. package/dist/lite/index.browser.esm5.js +842 -828
  49. package/dist/lite/index.browser.esm5.js.map +1 -1
  50. package/dist/lite/index.d.ts +18 -21
  51. package/dist/lite/index.node.cjs.js +25 -7
  52. package/dist/lite/index.node.cjs.js.map +1 -1
  53. package/dist/lite/index.node.mjs +26 -8
  54. package/dist/lite/index.node.mjs.map +1 -1
  55. package/dist/lite/index.rn.esm2017.js +849 -836
  56. package/dist/lite/index.rn.esm2017.js.map +1 -1
  57. package/dist/lite/internal.d.ts +86 -21
  58. package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +142 -141
  59. package/dist/lite/packages/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  60. package/dist/lite/packages/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  61. package/dist/lite/packages/firestore/src/index/index_byte_encoder.d.ts +14 -0
  62. package/dist/lite/packages/firestore/src/index/ordered_code_writer.d.ts +60 -0
  63. package/dist/lite/packages/firestore/src/lite-api/reference.d.ts +4 -2
  64. package/dist/lite/packages/firestore/src/lite-api/reference_impl.d.ts +5 -0
  65. package/dist/lite/packages/firestore/src/lite-api/transaction.d.ts +4 -0
  66. package/dist/lite/packages/firestore/src/lite-api/write_batch.d.ts +3 -0
  67. package/dist/lite/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  68. package/dist/lite/packages/firestore/src/model/collections.d.ts +0 -4
  69. package/dist/lite/packages/firestore/src/model/document.d.ts +3 -1
  70. package/dist/lite/packages/firestore/src/model/values.d.ts +3 -0
  71. package/dist/lite/packages/firestore/src/util/byte_string.d.ts +1 -0
  72. package/dist/lite/packages/firestore/src/util/error.d.ts +2 -3
  73. package/dist/lite/packages/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  74. package/dist/lite/packages/firestore/test/util/helpers.d.ts +1 -0
  75. package/dist/lite/private.d.ts +85 -21
  76. package/dist/packages/firestore/dist/index.esm2017.d.ts +152 -152
  77. package/dist/packages/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  78. package/dist/packages/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  79. package/dist/packages/firestore/src/index/index_byte_encoder.d.ts +14 -0
  80. package/dist/packages/firestore/src/index/ordered_code_writer.d.ts +60 -0
  81. package/dist/packages/firestore/src/lite-api/reference.d.ts +4 -2
  82. package/dist/packages/firestore/src/lite-api/reference_impl.d.ts +5 -0
  83. package/dist/packages/firestore/src/lite-api/transaction.d.ts +4 -0
  84. package/dist/packages/firestore/src/lite-api/write_batch.d.ts +3 -0
  85. package/dist/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  86. package/dist/packages/firestore/src/model/collections.d.ts +0 -4
  87. package/dist/packages/firestore/src/model/document.d.ts +3 -1
  88. package/dist/packages/firestore/src/model/values.d.ts +3 -0
  89. package/dist/packages/firestore/src/util/byte_string.d.ts +1 -0
  90. package/dist/packages/firestore/src/util/error.d.ts +2 -3
  91. package/dist/packages/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  92. package/dist/packages/firestore/test/util/helpers.d.ts +1 -0
  93. package/dist/private.d.ts +17 -22
  94. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @firebase/firestore
2
2
 
3
+ ## 3.4.2-202205224240
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49) [#5831](https://github.com/firebase/firebase-js-sdk/pull/5831) (fixes [#5754](https://github.com/firebase/firebase-js-sdk/issues/5754)) - FirestoreError and StorageError now extend FirebaseError
8
+
9
+ * [`7f05d22e8`](https://github.com/firebase/firebase-js-sdk/commit/7f05d22e827f1fd0732ad33fda203a20566d3964) [#5835](https://github.com/firebase/firebase-js-sdk/pull/5835) - Fixed an issue that can cause incomplete Query snapshots when the SDK is backgrounded during query execution.
10
+
11
+ * Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49)]:
12
+ - @firebase/util@1.4.3-202205224240
13
+ - @firebase/app@0.7.12-202205224240
14
+ - @firebase/component@0.5.10-202205224240
15
+
3
16
  ## 3.4.1
4
17
 
5
18
  ### Patch Changes
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { ByteString } from '../util/byte_string';
18
+ /** An index value encoder. */
19
+ export interface DirectionalIndexByteEncoder {
20
+ writeBytes(value: ByteString): void;
21
+ writeString(value: string): void;
22
+ writeNumber(value: number): void;
23
+ writeInfinity(): void;
24
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { Value } from '../protos/firestore_proto_api';
18
+ import { DirectionalIndexByteEncoder } from './directional_index_byte_encoder';
19
+ /** Firestore index value writer. */
20
+ export declare class FirestoreIndexValueWriter {
21
+ static INSTANCE: FirestoreIndexValueWriter;
22
+ private constructor();
23
+ /** Writes an index value. */
24
+ writeIndexValue(value: Value, encoder: DirectionalIndexByteEncoder): void;
25
+ private writeIndexValueAux;
26
+ private writeIndexString;
27
+ private writeUnlabeledIndexString;
28
+ private writeIndexMap;
29
+ private writeIndexArray;
30
+ private writeIndexEntityRef;
31
+ private writeValueTypeLabel;
32
+ private writeTruncationMarker;
33
+ }
@@ -0,0 +1,14 @@
1
+ import { DirectionalIndexByteEncoder } from './directional_index_byte_encoder';
2
+ /**
3
+ * Implements `DirectionalIndexByteEncoder` using `OrderedCodeWriter` for the
4
+ * actual encoding.
5
+ */
6
+ export declare class IndexByteEncoder {
7
+ private orderedCode;
8
+ private ascending;
9
+ private descending;
10
+ seed(encodedBytes: Uint8Array): void;
11
+ forKind(kind: 'asc' | 'desc'): DirectionalIndexByteEncoder;
12
+ encodedBytes(): Uint8Array;
13
+ reset(): void;
14
+ }
@@ -0,0 +1,60 @@
1
+ import { ByteString } from '../util/byte_string';
2
+ /**
3
+ * Counts the number of zeros in a byte.
4
+ *
5
+ * Visible for testing.
6
+ */
7
+ export declare function numberOfLeadingZerosInByte(x: number): number;
8
+ /**
9
+ * OrderedCodeWriter is a minimal-allocation implementation of the writing
10
+ * behavior defined by the backend.
11
+ *
12
+ * The code is ported from its Java counterpart.
13
+ */
14
+ export declare class OrderedCodeWriter {
15
+ buffer: Uint8Array;
16
+ position: number;
17
+ writeBytesAscending(value: ByteString): void;
18
+ writeBytesDescending(value: ByteString): void;
19
+ /** Writes utf8 bytes into this byte sequence, ascending. */
20
+ writeUtf8Ascending(sequence: string): void;
21
+ /** Writes utf8 bytes into this byte sequence, descending */
22
+ writeUtf8Descending(sequence: string): void;
23
+ writeNumberAscending(val: number): void;
24
+ writeNumberDescending(val: number): void;
25
+ /**
26
+ * Writes the "infinity" byte sequence that sorts after all other byte
27
+ * sequences written in ascending order.
28
+ */
29
+ writeInfinityAscending(): void;
30
+ /**
31
+ * Writes the "infinity" byte sequence that sorts before all other byte
32
+ * sequences written in descending order.
33
+ */
34
+ writeInfinityDescending(): void;
35
+ /**
36
+ * Resets the buffer such that it is the same as when it was newly
37
+ * constructed.
38
+ */
39
+ reset(): void;
40
+ seed(encodedBytes: Uint8Array): void;
41
+ /** Makes a copy of the encoded bytes in this buffer. */
42
+ encodedBytes(): Uint8Array;
43
+ /**
44
+ * Encodes `val` into an encoding so that the order matches the IEEE 754
45
+ * floating-point comparison results with the following exceptions:
46
+ * -0.0 < 0.0
47
+ * all non-NaN < NaN
48
+ * NaN = NaN
49
+ */
50
+ private toOrderedBits;
51
+ /** Writes a single byte ascending to the buffer. */
52
+ private writeByteAscending;
53
+ /** Writes a single byte descending to the buffer. */
54
+ private writeByteDescending;
55
+ private writeSeparatorAscending;
56
+ private writeSeparatorDescending;
57
+ private writeEscapedByteAscending;
58
+ private writeEscapedByteDescending;
59
+ private ensureAvailable;
60
+ }
@@ -61,10 +61,12 @@ export declare type UpdateData<T> = T extends Primitive ? T : T extends {} ? {
61
61
  *
62
62
  * @param merge - Changes the behavior of a `setDoc()` call to only replace the
63
63
  * values specified in its data argument. Fields omitted from the `setDoc()`
64
- * call remain untouched.
64
+ * call remain untouched. If your input sets any field to an empty map, all
65
+ * nested fields are overwritten.
65
66
  * @param mergeFields - Changes the behavior of `setDoc()` calls to only replace
66
67
  * the specified field paths. Any field path that is not specified is ignored
67
- * and remains untouched.
68
+ * and remains untouched. If your input sets any field to an empty map, all
69
+ * nested fields are overwritten.
68
70
  */
69
71
  export declare type SetOptions = {
70
72
  readonly merge?: boolean;
@@ -77,6 +77,7 @@ export declare function getDocs<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
77
77
  *
78
78
  * @param reference - A reference to the document to write.
79
79
  * @param data - A map of the fields and values for the document.
80
+ * @throws Error - If the provided input is not a valid Firestore document.
80
81
  * @returns A `Promise` resolved once the data has been successfully written
81
82
  * to the backend.
82
83
  */
@@ -94,6 +95,7 @@ export declare function setDoc<T>(reference: DocumentReference<T>, data: WithFie
94
95
  * @param reference - A reference to the document to write.
95
96
  * @param data - A map of the fields and values for the document.
96
97
  * @param options - An object to configure the set behavior.
98
+ * @throws Error - If the provided input is not a valid Firestore document.
97
99
  * @returns A `Promise` resolved once the data has been successfully written
98
100
  * to the backend.
99
101
  */
@@ -112,6 +114,7 @@ export declare function setDoc<T>(reference: DocumentReference<T>, data: Partial
112
114
  * @param data - An object containing the fields and values with which to
113
115
  * update the document. Fields can contain dots to reference nested fields
114
116
  * within the document.
117
+ * @throws Error - If the provided input is not valid Firestore data.
115
118
  * @returns A `Promise` resolved once the data has been successfully written
116
119
  * to the backend.
117
120
  */
@@ -133,6 +136,7 @@ export declare function updateDoc<T>(reference: DocumentReference<T>, data: Upda
133
136
  * @param field - The first field to update.
134
137
  * @param value - The first value.
135
138
  * @param moreFieldsAndValues - Additional key value pairs.
139
+ * @throws Error - If the provided input is not valid Firestore data.
136
140
  * @returns A `Promise` resolved once the data has been successfully written
137
141
  * to the backend.
138
142
  */
@@ -161,6 +165,7 @@ export declare function deleteDoc(reference: DocumentReference<unknown>): Promis
161
165
  *
162
166
  * @param reference - A reference to the collection to add this document to.
163
167
  * @param data - An Object containing the data for the new document.
168
+ * @throws Error - If the provided input is not a valid Firestore document.
164
169
  * @returns A `Promise` resolved with a `DocumentReference` pointing to the
165
170
  * newly created document after it has been written to the backend.
166
171
  */
@@ -45,6 +45,7 @@ export declare class Transaction {
45
45
  *
46
46
  * @param documentRef - A reference to the document to be set.
47
47
  * @param data - An object of the fields and values for the document.
48
+ * @throws Error - If the provided input is not a valid Firestore document.
48
49
  * @returns This `Transaction` instance. Used for chaining method calls.
49
50
  */
50
51
  set<T>(documentRef: DocumentReference<T>, data: WithFieldValue<T>): this;
@@ -57,6 +58,7 @@ export declare class Transaction {
57
58
  * @param documentRef - A reference to the document to be set.
58
59
  * @param data - An object of the fields and values for the document.
59
60
  * @param options - An object to configure the set behavior.
61
+ * @throws Error - If the provided input is not a valid Firestore document.
60
62
  * @returns This `Transaction` instance. Used for chaining method calls.
61
63
  */
62
64
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): this;
@@ -69,6 +71,7 @@ export declare class Transaction {
69
71
  * @param data - An object containing the fields and values with which to
70
72
  * update the document. Fields can contain dots to reference nested fields
71
73
  * within the document.
74
+ * @throws Error - If the provided input is not valid Firestore data.
72
75
  * @returns This `Transaction` instance. Used for chaining method calls.
73
76
  */
74
77
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): this;
@@ -84,6 +87,7 @@ export declare class Transaction {
84
87
  * @param field - The first field to update.
85
88
  * @param value - The first value.
86
89
  * @param moreFieldsAndValues - Additional key/value pairs.
90
+ * @throws Error - If the provided input is not valid Firestore data.
87
91
  * @returns This `Transaction` instance. Used for chaining method calls.
88
92
  */
89
93
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): this;
@@ -53,6 +53,7 @@ export declare class WriteBatch {
53
53
  * @param documentRef - A reference to the document to be set.
54
54
  * @param data - An object of the fields and values for the document.
55
55
  * @param options - An object to configure the set behavior.
56
+ * @throws Error - If the provided input is not a valid Firestore document.
56
57
  * @returns This `WriteBatch` instance. Used for chaining method calls.
57
58
  */
58
59
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): WriteBatch;
@@ -65,6 +66,7 @@ export declare class WriteBatch {
65
66
  * @param data - An object containing the fields and values with which to
66
67
  * update the document. Fields can contain dots to reference nested fields
67
68
  * within the document.
69
+ * @throws Error - If the provided input is not valid Firestore data.
68
70
  * @returns This `WriteBatch` instance. Used for chaining method calls.
69
71
  */
70
72
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): WriteBatch;
@@ -80,6 +82,7 @@ export declare class WriteBatch {
80
82
  * @param field - The first field to update.
81
83
  * @param value - The first value.
82
84
  * @param moreFieldsAndValues - Additional key value pairs.
85
+ * @throws Error - If the provided input is not valid Firestore data.
83
86
  * @returns This `WriteBatch` instance. Used for chaining method calls.
84
87
  */
85
88
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): WriteBatch;
@@ -16,11 +16,16 @@
16
16
  */
17
17
  import { SnapshotVersion } from '../core/snapshot_version';
18
18
  import { MutableDocumentMap } from '../model/collections';
19
+ import { MutableDocument } from '../model/document';
19
20
  import { IndexManager } from './index_manager';
20
21
  import { LocalSerializer } from './local_serializer';
21
22
  import { PersistencePromise } from './persistence_promise';
22
23
  import { PersistenceTransaction } from './persistence_transaction';
23
24
  import { RemoteDocumentCache } from './remote_document_cache';
25
+ export interface DocumentSizeEntry {
26
+ document: MutableDocument;
27
+ size: number;
28
+ }
24
29
  export interface IndexedDbRemoteDocumentCache extends RemoteDocumentCache {
25
30
  }
26
31
  /**
@@ -21,10 +21,6 @@ import { SortedSet } from '../util/sorted_set';
21
21
  import { Document, MutableDocument } from './document';
22
22
  import { DocumentKey } from './document_key';
23
23
  /** Miscellaneous collection types / constants. */
24
- export interface DocumentSizeEntry {
25
- document: MutableDocument;
26
- size: number;
27
- }
28
24
  export declare type MutableDocumentMap = SortedMap<DocumentKey, MutableDocument>;
29
25
  export declare function mutableDocumentMap(): MutableDocumentMap;
30
26
  export interface DocumentSizeEntries {
@@ -61,6 +61,8 @@ export interface Document {
61
61
  */
62
62
  isUnknownDocument(): boolean;
63
63
  isEqual(other: Document | null | undefined): boolean;
64
+ /** Creates a mutable copy of this document. */
65
+ mutableCopy(): MutableDocument;
64
66
  toString(): string;
65
67
  }
66
68
  /**
@@ -124,7 +126,7 @@ export declare class MutableDocument implements Document {
124
126
  isNoDocument(): boolean;
125
127
  isUnknownDocument(): boolean;
126
128
  isEqual(other: Document | null | undefined): boolean;
127
- clone(): MutableDocument;
129
+ mutableCopy(): MutableDocument;
128
130
  toString(): string;
129
131
  }
130
132
  /**
@@ -18,6 +18,7 @@ import { DatabaseId } from '../core/database_info';
18
18
  import { ArrayValue, MapValue, Value } from '../protos/firestore_proto_api';
19
19
  import { DocumentKey } from './document_key';
20
20
  import { TypeOrder } from './type_order';
21
+ export declare const MAX_VALUE: Value;
21
22
  /** Extracts the backend's type order for the provided value. */
22
23
  export declare function typeOrder(value: Value): TypeOrder;
23
24
  /** Tests `left` and `right` for equality based on the backend semantics. */
@@ -73,3 +74,5 @@ export declare function isMapValue(value?: Value | null): value is {
73
74
  };
74
75
  /** Creates a deep copy of `source`. */
75
76
  export declare function deepClone(source: Value): Value;
77
+ /** Returns true if the Value represents the canonical {@link #MAX_VALUE} . */
78
+ export declare function isMaxValue(value: Value): boolean;
@@ -29,6 +29,7 @@ export declare class ByteString {
29
29
  private constructor();
30
30
  static fromBase64String(base64: string): ByteString;
31
31
  static fromUint8Array(array: Uint8Array): ByteString;
32
+ [Symbol.iterator](): Iterator<number>;
32
33
  toBase64(): string;
33
34
  toUint8Array(): Uint8Array;
34
35
  approximateByteSize(): number;
@@ -14,6 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { FirebaseError } from '@firebase/util';
17
18
  /**
18
19
  * The set of Firestore status codes. The codes are the same at the ones
19
20
  * exposed by gRPC here:
@@ -170,7 +171,7 @@ export declare const Code: {
170
171
  DATA_LOSS: FirestoreErrorCode;
171
172
  };
172
173
  /** An error returned by a Firestore operation. */
173
- export declare class FirestoreError extends Error {
174
+ export declare class FirestoreError extends FirebaseError {
174
175
  /**
175
176
  * The backend error code associated with this error.
176
177
  */
@@ -179,8 +180,6 @@ export declare class FirestoreError extends Error {
179
180
  * A custom error description.
180
181
  */
181
182
  readonly message: string;
182
- /** The custom name for all FirestoreErrors. */
183
- readonly name: string;
184
183
  /** The stack of the error. */
185
184
  readonly stack?: string;
186
185
  /** @hideconstructor */
@@ -71,6 +71,7 @@ export declare function bound(values: Array<[string, {}, firestore.OrderByDirect
71
71
  export declare function query(resourcePath: string, ...constraints: Array<OrderBy | Filter>): Query;
72
72
  export declare function targetData(targetId: TargetId, queryPurpose: TargetPurpose, path: string): TargetData;
73
73
  export declare function noChangeEvent(targetId: number, snapshotVersion: number, resumeToken?: ByteString): RemoteEvent;
74
+ export declare function existenceFilterEvent(targetId: number, count: number, snapshotVersion: number): RemoteEvent;
74
75
  export declare function docAddedRemoteEvent(docOrDocs: MutableDocument | MutableDocument[], updatedInTargets?: TargetId[], removedFromTargets?: TargetId[], activeTargets?: TargetId[]): RemoteEvent;
75
76
  export declare function docUpdateRemoteEvent(doc: MutableDocument, updatedInTargets?: TargetId[], removedFromTargets?: TargetId[], limboTargets?: TargetId[]): RemoteEvent;
76
77
  export declare class TestBundledDocuments {
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@
6
6
  import { FirebaseApp } from '@firebase/app';
7
7
  import { LogLevelString as LogLevel } from '@firebase/logger';
8
8
  import { EmulatorMockTokenOptions } from '@firebase/util';
9
+ import { FirebaseError } from '@firebase/util';
9
10
 
10
11
  /**
11
12
  * Add a new document to specified `CollectionReference` with the given data,
@@ -684,7 +685,7 @@ export declare interface FirestoreDataConverter<T> {
684
685
  fromFirestore(snapshot: QueryDocumentSnapshot<DocumentData>, options?: SnapshotOptions): T;
685
686
  }
686
687
  /** An error returned by a Firestore operation. */
687
- export declare class FirestoreError extends Error {
688
+ export declare class FirestoreError extends FirebaseError {
688
689
  /**
689
690
  * The backend error code associated with this error.
690
691
  */
@@ -693,28 +694,10 @@ export declare class FirestoreError extends Error {
693
694
  * A custom error description.
694
695
  */
695
696
  readonly message: string;
696
- /** The custom name for all FirestoreErrors. */
697
- readonly name: string;
698
697
  /** The stack of the error. */
699
698
  readonly stack?: string;
700
699
  private constructor();
701
700
  }
702
- /**
703
- * @license
704
- * Copyright 2017 Google LLC
705
- *
706
- * Licensed under the Apache License, Version 2.0 (the "License");
707
- * you may not use this file except in compliance with the License.
708
- * You may obtain a copy of the License at
709
- *
710
- * http://www.apache.org/licenses/LICENSE-2.0
711
- *
712
- * Unless required by applicable law or agreed to in writing, software
713
- * distributed under the License is distributed on an "AS IS" BASIS,
714
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
715
- * See the License for the specific language governing permissions and
716
- * limitations under the License.
717
- */
718
701
  /**
719
702
  * The set of Firestore status codes. The codes are the same at the ones
720
703
  * exposed by gRPC here:
@@ -1504,10 +1487,12 @@ export declare function setLogLevel(logLevel: LogLevel): void;
1504
1487
  *
1505
1488
  * @param merge - Changes the behavior of a `setDoc()` call to only replace the
1506
1489
  * values specified in its data argument. Fields omitted from the `setDoc()`
1507
- * call remain untouched.
1490
+ * call remain untouched. If your input sets any field to an empty map, all
1491
+ * nested fields are overwritten.
1508
1492
  * @param mergeFields - Changes the behavior of `setDoc()` calls to only replace
1509
1493
  * the specified field paths. Any field path that is not specified is ignored
1510
- * and remains untouched.
1494
+ * and remains untouched. If your input sets any field to an empty map, all
1495
+ * nested fields are overwritten.
1511
1496
  */
1512
1497
  export declare type SetOptions = {
1513
1498
  readonly merge?: boolean;
@@ -1797,6 +1782,7 @@ export declare class Transaction {
1797
1782
  *
1798
1783
  * @param documentRef - A reference to the document to be set.
1799
1784
  * @param data - An object of the fields and values for the document.
1785
+ * @throws Error - If the provided input is not a valid Firestore document.
1800
1786
  * @returns This `Transaction` instance. Used for chaining method calls.
1801
1787
  */
1802
1788
  set<T>(documentRef: DocumentReference<T>, data: WithFieldValue<T>): this;
@@ -1809,6 +1795,7 @@ export declare class Transaction {
1809
1795
  * @param documentRef - A reference to the document to be set.
1810
1796
  * @param data - An object of the fields and values for the document.
1811
1797
  * @param options - An object to configure the set behavior.
1798
+ * @throws Error - If the provided input is not a valid Firestore document.
1812
1799
  * @returns This `Transaction` instance. Used for chaining method calls.
1813
1800
  */
1814
1801
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): this;
@@ -1821,6 +1808,7 @@ export declare class Transaction {
1821
1808
  * @param data - An object containing the fields and values with which to
1822
1809
  update the document. Fields can contain dots to reference nested fields
1823
1810
  within the document.
1811
+ * @throws Error - If the provided input is not valid Firestore data.
1824
1812
  * @returns This `Transaction` instance. Used for chaining method calls.
1825
1813
  */
1826
1814
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): this;
@@ -1836,6 +1824,7 @@ within the document.
1836
1824
  * @param field - The first field to update.
1837
1825
  * @param value - The first value.
1838
1826
  * @param moreFieldsAndValues - Additional key/value pairs.
1827
+ * @throws Error - If the provided input is not valid Firestore data.
1839
1828
  * @returns This `Transaction` instance. Used for chaining method calls.
1840
1829
  */
1841
1830
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): this;
@@ -1973,6 +1962,7 @@ export declare class WriteBatch {
1973
1962
  * @param documentRef - A reference to the document to be set.
1974
1963
  * @param data - An object of the fields and values for the document.
1975
1964
  * @param options - An object to configure the set behavior.
1965
+ * @throws Error - If the provided input is not a valid Firestore document.
1976
1966
  * @returns This `WriteBatch` instance. Used for chaining method calls.
1977
1967
  */
1978
1968
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): WriteBatch;
@@ -1985,6 +1975,7 @@ export declare class WriteBatch {
1985
1975
  * @param data - An object containing the fields and values with which to
1986
1976
  * update the document. Fields can contain dots to reference nested fields
1987
1977
  * within the document.
1978
+ * @throws Error - If the provided input is not valid Firestore data.
1988
1979
  * @returns This `WriteBatch` instance. Used for chaining method calls.
1989
1980
  */
1990
1981
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): WriteBatch;
@@ -2000,6 +1991,7 @@ export declare class WriteBatch {
2000
1991
  * @param field - The first field to update.
2001
1992
  * @param value - The first value.
2002
1993
  * @param moreFieldsAndValues - Additional key value pairs.
1994
+ * @throws Error - If the provided input is not valid Firestore data.
2003
1995
  * @returns This `WriteBatch` instance. Used for chaining method calls.
2004
1996
  */
2005
1997
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): WriteBatch;