@firebase/firestore 3.4.8-2022312211851 → 3.4.8
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.11
|
|
73
|
+
let N = "9.6.11";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19127,9 +19127,9 @@ function Vl(t, e) {
|
|
|
19127
19127
|
return n = Object.assign({
|
|
19128
19128
|
useFetchStreams: e
|
|
19129
19129
|
}, n), i._setSettings(n), i;
|
|
19130
|
-
}), "PUBLIC")), s(C, "3.4.8
|
|
19130
|
+
}), "PUBLIC")), s(C, "3.4.8", t),
|
|
19131
19131
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19132
|
-
s(C, "3.4.8
|
|
19132
|
+
s(C, "3.4.8", "esm2017");
|
|
19133
19133
|
}("rn", /* useFetchStreams= */ !1);
|
|
19134
19134
|
|
|
19135
19135
|
export { Xh as AbstractUserDataWriter, zc as Bytes, Sc as CACHE_SIZE_UNLIMITED, Ic as CollectionReference, yc as DocumentReference, Vh as DocumentSnapshot, jc as FieldPath, Hc as FieldValue, Dc as Firestore, j as FirestoreError, Jc as GeoPoint, vc as LoadBundleTask, pc as Query, Nh as QueryConstraint, vh as QueryDocumentSnapshot, Sh as QuerySnapshot, bh as SnapshotMetadata, ct as Timestamp, yl as Transaction, el as WriteBatch, Dt as _DatabaseId, kt as _DocumentKey, nt as _EmptyAppCheckTokenProvider, H as _EmptyAuthCredentialsProvider, gt as _FieldPath, dc as _cast, K as _debugAssert, It as _isBase64Available, B as _logWarn, bl as _setIndexConfiguration, cc as _validateIsNotUsedTogether, dl as addDoc, Al as arrayRemove, El as arrayUnion, $c as clearIndexedDbPersistence, Tc as collection, Ec as collectionGroup, gc as connectFirestoreEmulator, fl as deleteDoc, Il as deleteField, Uc as disableNetwork, Ac as doc, Wc as documentId, Mc as enableIndexedDbPersistence, Oc as enableMultiTabIndexedDbPersistence, Lc as enableNetwork, Wh as endAt, jh as endBefore, Nc as ensureFirestoreConfigured, ml as executeWrite, sl as getDoc, rl as getDocFromCache, ol as getDocFromServer, ul as getDocs, al as getDocsFromCache, cl as getDocsFromServer, xc as getFirestore, Rl as increment, Cc as initializeFirestore, Lh as limit, Uh as limitToLast, Kc as loadBundle, Gc as namedQuery, _l as onSnapshot, wl as onSnapshotsInSync, $h as orderBy, kh as query, Pc as queryEqual, Rc as refEqual, pl as runTransaction, Tl as serverTimestamp, hl as setDoc, O as setLogLevel, Ch as snapshotEqual, Gh as startAfter, Kh as startAt, qc as terminate, ll as updateDoc, Bc as waitForPendingWrites, Oh as where, Pl as writeBatch };
|