@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>;
|
|
@@ -63,7 +63,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
63
63
|
* See the License for the specific language governing permissions and
|
|
64
64
|
* limitations under the License.
|
|
65
65
|
*/
|
|
66
|
-
let d = "10.5.
|
|
66
|
+
let d = "10.5.2-20231027003707";
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* @license
|
|
@@ -7195,7 +7195,7 @@ class Transaction {
|
|
|
7195
7195
|
return r && i._setSettings(r), i;
|
|
7196
7196
|
}), "PUBLIC").setMultipleInstances(!0)),
|
|
7197
7197
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
7198
|
-
registerVersion("firestore-lite", "4.3.
|
|
7198
|
+
registerVersion("firestore-lite", "4.3.2-20231027003707", ""), registerVersion("firestore-lite", "4.3.2-20231027003707", "esm2017");
|
|
7199
7199
|
}();
|
|
7200
7200
|
|
|
7201
7201
|
export { AggregateField, AggregateQuerySnapshot, Bytes, CollectionReference, DocumentReference, DocumentSnapshot, FieldPath, FieldValue, Firestore, FirestoreError, GeoPoint, Query, QueryCompositeFilterConstraint, QueryConstraint, QueryDocumentSnapshot, QueryEndAtConstraint, QueryFieldFilterConstraint, QueryLimitConstraint, QueryOrderByConstraint, QuerySnapshot, QueryStartAtConstraint, Timestamp, Transaction, WriteBatch, addDoc, aggregateFieldEqual, aggregateQuerySnapshotEqual, and, arrayRemove, arrayUnion, average, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, doc, documentId, endAt, endBefore, getAggregate, getCount, getDoc, getDocs, getFirestore, increment, initializeFirestore, limit, limitToLast, or, orderBy, query, queryEqual, refEqual, runTransaction, serverTimestamp, setDoc, setLogLevel, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, where, writeBatch };
|