@firebase/firestore 3.11.0-20230425221647 → 3.11.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 +2 -2
- 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 +5 -5
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ D.MOCK_USER = new D("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let C = "9.21.0
|
|
73
|
+
let C = "9.21.0";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -21353,9 +21353,9 @@ function Xf(t, e) {
|
|
|
21353
21353
|
return s = Object.assign({
|
|
21354
21354
|
useFetchStreams: e
|
|
21355
21355
|
}, s), r._setSettings(s), r;
|
|
21356
|
-
}), "PUBLIC").setMultipleInstances(!0)), s(S, "3.11.0
|
|
21356
|
+
}), "PUBLIC").setMultipleInstances(!0)), s(S, "3.11.0", t),
|
|
21357
21357
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
21358
|
-
s(S, "3.11.0
|
|
21358
|
+
s(S, "3.11.0", "esm2017");
|
|
21359
21359
|
}("rn", /* useFetchStreams= */ !1);
|
|
21360
21360
|
|
|
21361
21361
|
export { Jl as AbstractUserDataWriter, Uh as AggregateField, Kh as AggregateQuerySnapshot, Gh as Bytes, vh as CACHE_SIZE_UNLIMITED, mh as CollectionReference, wh as DocumentReference, of as DocumentSnapshot, Qh as FieldPath, zh as FieldValue, Ph as Firestore, G as FirestoreError, Wh as GeoPoint, Rh as LoadBundleTask, _h as Query, Dl as QueryCompositeFilterConstraint, Pl as QueryConstraint, uf as QueryDocumentSnapshot, ql as QueryEndAtConstraint, Vl as QueryFieldFilterConstraint, Ml as QueryLimitConstraint, Nl as QueryOrderByConstraint, cf as QuerySnapshot, Fl as QueryStartAtConstraint, rf as SnapshotMetadata, ot as Timestamp, Kf as Transaction, qf as WriteBatch, Le as _DatabaseId, ft as _DocumentKey, tt as _EmptyAppCheckTokenProvider, z as _EmptyAuthCredentialsProvider, lt as _FieldPath, li as _TestingHooks, ah as _cast, q as _debugAssert, De as _isBase64Available, O as _logWarn, rh as _validateIsNotUsedTogether, Tf as addDoc, nf as aggregateFieldEqual, sf as aggregateQuerySnapshotEqual, xl as and, Wf as arrayRemove, zf as arrayUnion, tf as average, kh as clearIndexedDbPersistence, gh as collection, yh as collectionGroup, dh as connectFirestoreEmulator, ef as count, If as deleteDoc, Qf as deleteField, Oh as disableNetwork, ph as doc, jh as documentId, Ch as enableIndexedDbPersistence, xh as enableMultiTabIndexedDbPersistence, $h as enableNetwork, Kl as endAt, Ul as endBefore, Sh as ensureFirestoreConfigured, Rf as executeWrite, bf as getAggregateFromServer, Pf as getCountFromServer, lf as getDoc, df as getDocFromCache, wf as getDocFromServer, _f as getDocs, mf as getDocsFromCache, gf as getDocsFromServer, Vh as getFirestore, Hf as increment, bh as initializeFirestore, $l as limit, Ol as limitToLast, Bh as loadBundle, xf as memoryEagerGarbageCollector, kf as memoryLocalCache, Nf as memoryLruGarbageCollector, Lh as namedQuery, Ef as onSnapshot, Af as onSnapshotsInSync, Cl as or, kl as orderBy, Mf as persistentLocalCache, Bf as persistentMultipleTabManager, Ff as persistentSingleTabManager, bl as query, Th as queryEqual, Ih as refEqual, Gf as runTransaction, jf as serverTimestamp, yf as setDoc, Yf as setIndexConfiguration, k as setLogLevel, hf as snapshotEqual, Ll as startAfter, Bl as startAt, Zl as sum, Fh as terminate, pf as updateDoc, Mh as waitForPendingWrites, Sl as where, Jf as writeBatch };
|