@firebase/firestore 3.4.5-2022116201138 → 3.4.5
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 +1 -1
- package/dist/index.esm2017.js +3 -3
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +3 -3
- 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.node.mjs.map +1 -1
- package/dist/index.rn.js +3 -3
- 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.mjs +2 -2
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +4 -4
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ N.MOCK_USER = new N("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let x = "9.6.7
|
|
73
|
+
let x = "9.6.7";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19037,9 +19037,9 @@ function hl(t, e) {
|
|
|
19037
19037
|
return n = Object.assign({
|
|
19038
19038
|
useFetchStreams: e
|
|
19039
19039
|
}, n), i._setSettings(n), i;
|
|
19040
|
-
}), "PUBLIC")), s(C, "3.4.5
|
|
19040
|
+
}), "PUBLIC")), s(C, "3.4.5", t),
|
|
19041
19041
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19042
|
-
s(C, "3.4.5
|
|
19042
|
+
s(C, "3.4.5", "esm2017");
|
|
19043
19043
|
}("rn", /* useFetchStreams= */ !1);
|
|
19044
19044
|
|
|
19045
19045
|
export { Oh as AbstractUserDataWriter, Ca as Bytes, fa as CACHE_SIZE_UNLIMITED, sa as CollectionReference, ea as DocumentReference, hh as DocumentSnapshot, Sa as FieldPath, Na as FieldValue, da as Firestore, Q as FirestoreError, xa as GeoPoint, la as LoadBundleTask, na as Query, mh as QueryConstraint, lh as QueryDocumentSnapshot, fh as QuerySnapshot, ah as SnapshotMetadata, at as Timestamp, el as Transaction, Fh as WriteBatch, Dt as _DatabaseId, kt as _DocumentKey, nt as _EmptyAppCheckTokenProvider, H as _EmptyAuthCredentialsProvider, gt as _FieldPath, Ju as _cast, K as _debugAssert, It as _isBase64Available, B as _logWarn, al as _setIndexConfiguration, Qu as _validateIsNotUsedTogether, Jh as addDoc, ol as arrayRemove, rl as arrayUnion, Ea as clearIndexedDbPersistence, ia as collection, ra as collectionGroup, ta as connectFirestoreEmulator, Hh as deleteDoc, sl as deleteField, Ra as disableNetwork, oa as doc, Da as documentId, ya as enableIndexedDbPersistence, pa as enableMultiTabIndexedDbPersistence, Aa as enableNetwork, Dh as endAt, Sh as endBefore, ma as ensureFirestoreConfigured, Zh as executeWrite, Lh as getDoc, qh as getDocFromCache, Kh as getDocFromServer, Gh as getDocs, jh as getDocsFromCache, Qh as getDocsFromServer, wa as getFirestore, cl as increment, _a as initializeFirestore, Ah as limit, Rh as limitToLast, ba as loadBundle, va as namedQuery, Yh as onSnapshot, Xh as onSnapshotsInSync, Eh as orderBy, gh as query, ua as queryEqual, ca as refEqual, nl as runTransaction, il as serverTimestamp, Wh as setDoc, M as setLogLevel, _h as snapshotEqual, vh as startAfter, bh as startAt, Pa as terminate, zh as updateDoc, Ta as waitForPendingWrites, ph as where, ul as writeBatch };
|