@firebase/firestore 3.4.10 → 3.4.11-canary.b60cf76e1
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/CHANGELOG.md +8 -0
- package/dist/firestore/src/platform/node/grpc_connection.d.ts +1 -1
- package/dist/firestore/src/remote/connection.d.ts +1 -1
- package/dist/firestore/src/remote/rest_connection.d.ts +1 -1
- package/dist/index.esm2017.js +16 -14
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +28 -22
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +25 -13
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +25 -13
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +16 -14
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/firestore/src/platform/node/grpc_connection.d.ts +1 -1
- package/dist/lite/firestore/src/remote/connection.d.ts +1 -1
- package/dist/lite/firestore/src/remote/rest_connection.d.ts +1 -1
- package/dist/lite/index.browser.esm2017.js +6 -6
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +11 -11
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.node.cjs.js +6 -6
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.mjs +6 -6
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +6 -6
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/src/platform/node/grpc_connection.d.ts +1 -1
- package/dist/lite/packages/firestore/src/remote/connection.d.ts +1 -1
- package/dist/lite/packages/firestore/src/remote/rest_connection.d.ts +1 -1
- package/dist/packages/firestore/src/platform/node/grpc_connection.d.ts +1 -1
- package/dist/packages/firestore/src/remote/connection.d.ts +1 -1
- package/dist/packages/firestore/src/remote/rest_connection.d.ts +1 -1
- package/package.json +9 -9
|
@@ -66,7 +66,7 @@ f.MOCK_USER = new f("mock-user");
|
|
|
66
66
|
* See the License for the specific language governing permissions and
|
|
67
67
|
* limitations under the License.
|
|
68
68
|
*/
|
|
69
|
-
let d = "9.8.
|
|
69
|
+
let d = "9.8.4-canary.b60cf76e1";
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
@@ -1024,7 +1024,7 @@ class {
|
|
|
1024
1024
|
e;
|
|
1025
1025
|
}));
|
|
1026
1026
|
}
|
|
1027
|
-
T(t, e, n, r, s) {
|
|
1027
|
+
T(t, e, n, r, s, i) {
|
|
1028
1028
|
// The REST API automatically aggregates all of the streamed results, so we
|
|
1029
1029
|
// can just use the normal invoke() method.
|
|
1030
1030
|
return this.m(t, e, n, r, s);
|
|
@@ -3640,8 +3640,8 @@ class rn extends class {} {
|
|
|
3640
3640
|
this.appCheckCredentials.invalidateToken()), t) : new M(A, t.toString());
|
|
3641
3641
|
}));
|
|
3642
3642
|
}
|
|
3643
|
-
/** Invokes the provided RPC with streamed results with auth and AppCheck tokens. */ T(t, e, n) {
|
|
3644
|
-
return this.X(), Promise.all([ this.authCredentials.getToken(), this.appCheckCredentials.getToken() ]).then((([
|
|
3643
|
+
/** Invokes the provided RPC with streamed results with auth and AppCheck tokens. */ T(t, e, n, r) {
|
|
3644
|
+
return this.X(), Promise.all([ this.authCredentials.getToken(), this.appCheckCredentials.getToken() ]).then((([s, i]) => this.H.T(t, e, n, s, i, r))).catch((t => {
|
|
3645
3645
|
throw "FirebaseError" === t.name ? (t.code === D && (this.authCredentials.invalidateToken(),
|
|
3646
3646
|
this.appCheckCredentials.invalidateToken()), t) : new M(A, t.toString());
|
|
3647
3647
|
}));
|
|
@@ -3663,7 +3663,7 @@ async function sn(t, e) {
|
|
|
3663
3663
|
async function on(t, e) {
|
|
3664
3664
|
const n = E(t), r = We(n.q) + "/documents", s = {
|
|
3665
3665
|
documents: e.map((t => je(n.q, t)))
|
|
3666
|
-
}, i = await n.T("BatchGetDocuments", r, s), o = new Map;
|
|
3666
|
+
}, i = await n.T("BatchGetDocuments", r, s, e.length), o = new Map;
|
|
3667
3667
|
i.forEach((t => {
|
|
3668
3668
|
const e = Ke(n.q, t);
|
|
3669
3669
|
o.set(e.key.toString(), e);
|
|
@@ -6501,7 +6501,7 @@ class Kr {
|
|
|
6501
6501
|
return e && r._setSettings(e), r;
|
|
6502
6502
|
}), "PUBLIC")),
|
|
6503
6503
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
6504
|
-
r("firestore-lite", "3.4.
|
|
6504
|
+
r("firestore-lite", "3.4.11-canary.b60cf76e1", "rn"), r("firestore-lite", "3.4.11-canary.b60cf76e1", "esm2017");
|
|
6505
6505
|
|
|
6506
6506
|
export { Rn as Bytes, _n as CollectionReference, pn as DocumentReference, er as DocumentSnapshot, In as FieldPath, Pn as FieldValue, ln as Firestore, M as FirestoreError, Vn as GeoPoint, yn as Query, or as QueryConstraint, nr as QueryDocumentSnapshot, rr as QuerySnapshot, vt as Timestamp, Kr as Transaction, Cr as WriteBatch, xr as addDoc, Or as arrayRemove, qr as arrayUnion, gn as collection, vn as collectionGroup, wn as connectFirestoreEmulator, Dr as deleteDoc, Sr as deleteField, bn as doc, An as documentId, vr as endAt, gr as endBefore, Pr as getDoc, Vr as getDocs, dn as getFirestore, kr as increment, fn as initializeFirestore, dr as limit, wr as limitToLast, lr as orderBy, ur as query, Tn as queryEqual, En as refEqual, Qr as runTransaction, Fr as serverTimestamp, Nr as setDoc, m as setLogLevel, sr as snapshotEqual, yr as startAfter, pr as startAt, mn as terminate, $r as updateDoc, ar as where, Mr as writeBatch };
|
|
6507
6507
|
//# sourceMappingURL=index.rn.esm2017.js.map
|