@firebase/firestore 4.3.1 → 4.3.2-20231027003707
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.
- package/dist/firestore/test/integration/util/composite_index_test_helper.d.ts +2 -1
- package/dist/index.cjs.js +293 -292
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +294 -293
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +3054 -3053
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.mjs +2 -2
- package/dist/index.rn.js +299 -298
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/firestore/test/integration/util/composite_index_test_helper.d.ts +2 -1
- package/dist/lite/index.browser.esm2017.js +2 -2
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +2 -2
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.cjs.js +2 -2
- package/dist/lite/index.cjs.js.map +1 -1
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/test/integration/util/composite_index_test_helper.d.ts +2 -1
- package/dist/packages/firestore/dist/index.esm2017.d.ts +2 -2
- package/dist/packages/firestore/test/integration/util/composite_index_test_helper.d.ts +2 -1
- package/package.json +2 -2
|
@@ -37,9 +37,10 @@ export declare class CompositeIndexTestHelper {
|
|
|
37
37
|
withTestDocs<T>(persistence: PersistenceMode | typeof PERSISTENCE_MODE_UNSPECIFIED, docs: {
|
|
38
38
|
[key: string]: DocumentData;
|
|
39
39
|
}, fn: (collection: CollectionReference, db: Firestore) => Promise<T>): Promise<T>;
|
|
40
|
+
withTestCollection<T>(persistence: PersistenceMode | typeof PERSISTENCE_MODE_UNSPECIFIED, fn: (collection: CollectionReference, db: Firestore) => Promise<T>): Promise<T>;
|
|
40
41
|
private toHashedId;
|
|
41
42
|
private toHashedIds;
|
|
42
|
-
|
|
43
|
+
addTestSpecificFieldsToDoc(doc: DocumentData): DocumentData;
|
|
43
44
|
private removeTestSpecificFieldsFromDoc;
|
|
44
45
|
private prepareTestDocuments;
|
|
45
46
|
assertOnlineAndOfflineResultsMatch(query: Query, ...expectedDocs: string[]): Promise<void>;
|
|
@@ -155,7 +155,7 @@ export class AggregateField {
|
|
|
155
155
|
* Constant used to indicate the LRU garbage collection should be disabled.
|
|
156
156
|
* Set this value as the `cacheSizeBytes` on the settings passed to the
|
|
157
157
|
* {@link Firestore} instance.
|
|
158
|
-
*/ declare const
|
|
158
|
+
*/ declare const ge: -1;
|
|
159
159
|
/**
|
|
160
160
|
* A `CollectionReference` object can be used for adding documents, getting
|
|
161
161
|
* document references, and querying for documents (using {@link (query:1)}).
|
|
@@ -4593,4 +4593,4 @@ declare class __PRIVATE_DescendingIndexByteEncoder {
|
|
|
4593
4593
|
Et(e: any): void;
|
|
4594
4594
|
It(): void;
|
|
4595
4595
|
}
|
|
4596
|
-
export {
|
|
4596
|
+
export { ge as CACHE_SIZE_UNLIMITED, __PRIVATE_AutoId as _AutoId, ByteString as _ByteString, DatabaseId as _DatabaseId, DocumentKey as _DocumentKey, __PRIVATE_EmptyAppCheckTokenProvider as _EmptyAppCheckTokenProvider, __PRIVATE_EmptyAuthCredentialsProvider as _EmptyAuthCredentialsProvider, FieldPath$1 as _FieldPath, TestingHooks as _TestingHooks, __PRIVATE_cast as _cast, __PRIVATE_debugAssert as _debugAssert, __PRIVATE_isBase64Available as _isBase64Available, __PRIVATE_logWarn as _logWarn, __PRIVATE_validateIsNotUsedTogether as _validateIsNotUsedTogether };
|
|
@@ -37,9 +37,10 @@ export declare class CompositeIndexTestHelper {
|
|
|
37
37
|
withTestDocs<T>(persistence: PersistenceMode | typeof PERSISTENCE_MODE_UNSPECIFIED, docs: {
|
|
38
38
|
[key: string]: DocumentData;
|
|
39
39
|
}, fn: (collection: CollectionReference, db: Firestore) => Promise<T>): Promise<T>;
|
|
40
|
+
withTestCollection<T>(persistence: PersistenceMode | typeof PERSISTENCE_MODE_UNSPECIFIED, fn: (collection: CollectionReference, db: Firestore) => Promise<T>): Promise<T>;
|
|
40
41
|
private toHashedId;
|
|
41
42
|
private toHashedIds;
|
|
42
|
-
|
|
43
|
+
addTestSpecificFieldsToDoc(doc: DocumentData): DocumentData;
|
|
43
44
|
private removeTestSpecificFieldsFromDoc;
|
|
44
45
|
private prepareTestDocuments;
|
|
45
46
|
assertOnlineAndOfflineResultsMatch(query: Query, ...expectedDocs: string[]): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/firestore",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2-20231027003707",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=10.10.0"
|
|
6
6
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@firebase/app": "0.9.21",
|
|
113
113
|
"@firebase/app-compat": "0.2.21",
|
|
114
|
-
"@firebase/auth": "1.3.
|
|
114
|
+
"@firebase/auth": "1.3.2-20231027003707",
|
|
115
115
|
"@rollup/plugin-alias": "3.1.9",
|
|
116
116
|
"@rollup/plugin-json": "4.1.0",
|
|
117
117
|
"@types/eslint": "7.29.0",
|