@firebase/firestore 3.9.0-20230314181055 → 3.9.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 +1 -1
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +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.cjs.js +2 -2
- package/dist/lite/index.cjs.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 @@ V.MOCK_USER = new V("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let S = "9.18.0
|
|
73
|
+
let S = "9.18.0";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -20816,9 +20816,9 @@ function Pf(t, e) {
|
|
|
20816
20816
|
return s = Object.assign({
|
|
20817
20817
|
useFetchStreams: e
|
|
20818
20818
|
}, s), r._setSettings(s), r;
|
|
20819
|
-
}), "PUBLIC").setMultipleInstances(!0)), s(b, "3.9.0
|
|
20819
|
+
}), "PUBLIC").setMultipleInstances(!0)), s(b, "3.9.0", t),
|
|
20820
20820
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
20821
|
-
s(b, "3.9.0
|
|
20821
|
+
s(b, "3.9.0", "esm2017");
|
|
20822
20822
|
}("rn", /* useFetchStreams= */ !1);
|
|
20823
20823
|
|
|
20824
20824
|
export { $l as AbstractUserDataWriter, bh as AggregateField, Vh as AggregateQuerySnapshot, Sh as Bytes, hh as CACHE_SIZE_UNLIMITED, eh as CollectionReference, Xa as DocumentReference, Gl as DocumentSnapshot, Dh as FieldPath, xh as FieldValue, lh as Firestore, U as FirestoreError, Nh as GeoPoint, ah as LoadBundleTask, th as Query, wl as QueryCompositeFilterConstraint, ll as QueryConstraint, Ql as QueryDocumentSnapshot, vl as QueryEndAtConstraint, dl as QueryFieldFilterConstraint, Il as QueryLimitConstraint, yl as QueryOrderByConstraint, jl as QuerySnapshot, Al as QueryStartAtConstraint, Kl as SnapshotMetadata, it as Timestamp, mf as Transaction, _f as WriteBatch, Ut as _DatabaseId, ht as _DocumentKey, Z as _EmptyAppCheckTokenProvider, Q as _EmptyAuthCredentialsProvider, at as _FieldPath, Wa as _cast, B as _debugAssert, Yt as _isBase64Available, $ as _logWarn, Ga as _validateIsNotUsedTogether, of as addDoc, ql as aggregateFieldEqual, Ul as aggregateQuerySnapshotEqual, gl as and, Tf as arrayRemove, If as arrayUnion, Bl as average, ph as clearIndexedDbPersistence, nh as collection, sh as collectionGroup, Za as connectFirestoreEmulator, Ll as count, rf as deleteDoc, yf as deleteField, Eh as disableNetwork, ih as doc, Ch as documentId, mh as enableIndexedDbPersistence, gh as enableMultiTabIndexedDbPersistence, Th as enableNetwork, Vl as endAt, bl as endBefore, _h as ensureFirestoreConfigured, af as executeWrite, ff as getAggregateFromServer, lf as getCountFromServer, Hl as getDoc, Yl as getDocFromCache, Zl as getDocFromServer, Xl as getDocs, tf as getDocsFromCache, ef as getDocsFromServer, dh as getFirestore, Ef as increment, fh as initializeFirestore, Tl as limit, El as limitToLast, Rh as loadBundle, Ph as namedQuery, uf as onSnapshot, cf as onSnapshotsInSync, ml as or, pl as orderBy, fl as query, oh as queryEqual, rh as refEqual, gf as runTransaction, pf as serverTimestamp, nf as setDoc, Rf as setIndexConfiguration, x as setLogLevel, Wl as snapshotEqual, Pl as startAfter, Rl as startAt, Fl as sum, Ah as terminate, sf as updateDoc, Ih as waitForPendingWrites, _l as where, Af as writeBatch };
|