@firebase/firestore 3.4.7-2022222232915 → 3.4.7
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 +3 -4
- 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 +7 -7
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ x.MOCK_USER = new x("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let N = "9.6.10
|
|
73
|
+
let N = "9.6.10";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19068,9 +19068,9 @@ function Al(t, e) {
|
|
|
19068
19068
|
return n = Object.assign({
|
|
19069
19069
|
useFetchStreams: e
|
|
19070
19070
|
}, n), i._setSettings(n), i;
|
|
19071
|
-
}), "PUBLIC")), s(C, "3.4.7
|
|
19071
|
+
}), "PUBLIC")), s(C, "3.4.7", t),
|
|
19072
19072
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19073
|
-
s(C, "3.4.7
|
|
19073
|
+
s(C, "3.4.7", "esm2017");
|
|
19074
19074
|
}("rn", /* useFetchStreams= */ !1);
|
|
19075
19075
|
|
|
19076
19076
|
export { zh as AbstractUserDataWriter, Gc as Bytes, Pc as CACHE_SIZE_UNLIMITED, mc as CollectionReference, _c as DocumentReference, Ah as DocumentSnapshot, qc as FieldPath, Qc as FieldValue, bc as Firestore, j as FirestoreError, jc as GeoPoint, Rc as LoadBundleTask, wc as Query, Sh as QueryConstraint, Rh as QueryDocumentSnapshot, Ph as QuerySnapshot, Eh as SnapshotMetadata, ct as Timestamp, _l as Transaction, Yh as WriteBatch, Dt as _DatabaseId, kt as _DocumentKey, nt as _EmptyAppCheckTokenProvider, H as _EmptyAuthCredentialsProvider, gt as _FieldPath, cc as _cast, K as _debugAssert, It as _isBase64Available, B as _logWarn, El as _setIndexConfiguration, rc as _validateIsNotUsedTogether, cl as addDoc, pl as arrayRemove, yl as arrayUnion, kc as clearIndexedDbPersistence, gc as collection, yc as collectionGroup, dc as connectFirestoreEmulator, al as deleteDoc, ml as deleteField, Fc as disableNetwork, pc as doc, Kc as documentId, Cc as enableIndexedDbPersistence, xc as enableMultiTabIndexedDbPersistence, Oc as enableNetwork, Kh as endAt, qh as endBefore, Sc as ensureFirestoreConfigured, fl as executeWrite, Zh as getDoc, el as getDocFromCache, nl as getDocFromServer, sl as getDocs, il as getDocsFromCache, rl as getDocsFromServer, vc as getFirestore, Il as increment, Vc as initializeFirestore, Oh as limit, Fh as limitToLast, Bc as loadBundle, Lc as namedQuery, hl as onSnapshot, ll as onSnapshotsInSync, kh as orderBy, Dh as query, Tc as queryEqual, Ic as refEqual, wl as runTransaction, gl as serverTimestamp, ol as setDoc, O as setLogLevel, Vh as snapshotEqual, Lh as startAfter, Bh as startAt, $c as terminate, ul as updateDoc, Mc as waitForPendingWrites, xh as where, Tl as writeBatch };
|