@firebase/firestore 3.1.0-2021824202338 → 3.1.0
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 +5 -6
- package/dist/index.esm2017.js +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +2 -2
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.esm2017.js +2 -2
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.rn.js +2 -2
- package/dist/index.rn.js.map +1 -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.node.cjs.js +2 -2
- package/dist/lite/index.node.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +9 -9
package/dist/index.esm5.js
CHANGED
|
@@ -69,7 +69,7 @@ R.MOCK_USER = new R("mock-user");
|
|
|
69
69
|
* See the License for the specific language governing permissions and
|
|
70
70
|
* limitations under the License.
|
|
71
71
|
*/
|
|
72
|
-
var O = "9.1.0
|
|
72
|
+
var O = "9.1.0", P = new h("@firebase/firestore");
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* @license
|
|
@@ -18375,7 +18375,7 @@ O = i, o(new c("firestore", (function(t, e) {
|
|
|
18375
18375
|
return n = Object.assign({
|
|
18376
18376
|
useFetchStreams: !0
|
|
18377
18377
|
}, n), i._setSettings(n), i;
|
|
18378
|
-
}), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0
|
|
18378
|
+
}), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0", undefined);
|
|
18379
18379
|
|
|
18380
18380
|
export { Kc as AbstractUserDataWriter, Vu as Bytes, wu as CACHE_SIZE_UNLIMITED, hu as CollectionReference, uu as DocumentReference, mc as DocumentSnapshot, Fu as FieldPath, qu as FieldValue, bu as Firestore, H as FirestoreError, Uu as GeoPoint, gu as LoadBundleTask, cu as Query, Ec as QueryConstraint, gc as QueryDocumentSnapshot, wc as QuerySnapshot, vc as SnapshotMetadata, at as Timestamp, uh as Transaction, Gc as WriteBatch, Ja as _DatabaseId, kt as _DocumentKey, J as _EmptyCredentialsProvider, yt as _FieldPath, ru as _cast, z as _debugAssert, mt as _isBase64Available, U as _logWarn, Za as _validateIsNotUsedTogether, rh as addDoc, dh as arrayRemove, lh as arrayUnion, Au as clearIndexedDbPersistence, fu as collection, lu as collectionGroup, au as connectFirestoreEmulator, nh as deleteDoc, hh as deleteField, xu as disableNetwork, du as doc, Mu as documentId, Nu as enableIndexedDbPersistence, _u as enableMultiTabIndexedDbPersistence, Cu as enableNetwork, Mc as endAt, Fc as endBefore, Eu as ensureFirestoreConfigured, sh as executeWrite, Hc as getDoc, Yc as getDocFromCache, Jc as getDocFromServer, Xc as getDocs, $c as getDocsFromCache, Zc as getDocsFromServer, Tu as getFirestore, ph as increment, Iu as initializeFirestore, Cc as limit, xc as limitToLast, Ru as loadBundle, Ou as namedQuery, ih as onSnapshot, oh as onSnapshotsInSync, Ac as orderBy, Sc as query, yu as queryEqual, pu as refEqual, ch as runTransaction, fh as serverTimestamp, th as setDoc, M as setLogLevel, Ic as snapshotEqual, Oc as startAfter, Rc as startAt, Lu as terminate, eh as updateDoc, ku as waitForPendingWrites, _c as where, yh as writeBatch };
|
|
18381
18381
|
//# sourceMappingURL=index.esm5.js.map
|