@firebase/firestore 3.10.0-canary.a8d6499b1 → 3.10.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/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 +9 -9
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.19.0
|
|
73
|
+
let S = "9.19.0";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -21003,9 +21003,9 @@ function Mf(t, e) {
|
|
|
21003
21003
|
return s = Object.assign({
|
|
21004
21004
|
useFetchStreams: e
|
|
21005
21005
|
}, s), r._setSettings(s), r;
|
|
21006
|
-
}), "PUBLIC").setMultipleInstances(!0)), s(P, "3.10.0
|
|
21006
|
+
}), "PUBLIC").setMultipleInstances(!0)), s(P, "3.10.0", t),
|
|
21007
21007
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
21008
|
-
s(P, "3.10.0
|
|
21008
|
+
s(P, "3.10.0", "esm2017");
|
|
21009
21009
|
}("rn", /* useFetchStreams= */ !1);
|
|
21010
21010
|
|
|
21011
21011
|
export { Bl as AbstractUserDataWriter, Ch as AggregateField, xh as AggregateQuerySnapshot, Nh as Bytes, wh as CACHE_SIZE_UNLIMITED, rh as CollectionReference, sh as DocumentReference, Wl as DocumentSnapshot, kh as FieldPath, Oh as FieldValue, _h as Firestore, U as FirestoreError, Mh as GeoPoint, dh as LoadBundleTask, ih as Query, pl as QueryCompositeFilterConstraint, _l as QueryConstraint, Hl as QueryDocumentSnapshot, Dl as QueryEndAtConstraint, gl as QueryFieldFilterConstraint, Rl as QueryLimitConstraint, El as QueryOrderByConstraint, Jl as QuerySnapshot, Pl as QueryStartAtConstraint, jl as SnapshotMetadata, it as Timestamp, Vf as Transaction, bf as WriteBatch, Fe as _DatabaseId, ht as _DocumentKey, Z as _EmptyAppCheckTokenProvider, Q as _EmptyAuthCredentialsProvider, at as _FieldPath, hi as _TestingHooks, Za as _cast, B as _debugAssert, Ve as _isBase64Available, $ as _logWarn, Wa as _validateIsNotUsedTogether, hf as addDoc, Ql as aggregateFieldEqual, zl as aggregateQuerySnapshotEqual, Tl as and, Nf as arrayRemove, xf as arrayUnion, Kl as average, Ah as clearIndexedDbPersistence, oh as collection, uh as collectionGroup, nh as connectFirestoreEmulator, Gl as count, af as deleteDoc, Df as deleteField, bh as disableNetwork, ch as doc, $h as documentId, Ih as enableIndexedDbPersistence, Th as enableMultiTabIndexedDbPersistence, vh as enableNetwork, xl as endAt, Cl as endBefore, yh as ensureFirestoreConfigured, df as executeWrite, mf as getAggregateFromServer, _f as getCountFromServer, Xl as getDoc, ef as getDocFromCache, nf as getDocFromServer, sf as getDocs, rf as getDocsFromCache, of as getDocsFromServer, gh as getFirestore, kf as increment, mh as initializeFirestore, vl as limit, bl as limitToLast, Vh as loadBundle, pf as memoryLocalCache, Sh as namedQuery, lf as onSnapshot, ff as onSnapshotsInSync, Il as or, Al as orderBy, If as persistentLocalCache, Rf as persistentMultipleTabManager, Af as persistentSingleTabManager, ml as query, hh as queryEqual, ah as refEqual, Sf as runTransaction, Cf as serverTimestamp, uf as setDoc, Of as setIndexConfiguration, x as setLogLevel, Zl as snapshotEqual, Sl as startAfter, Vl as startAt, Ul as sum, Ph as terminate, cf as updateDoc, Rh as waitForPendingWrites, yl as where, $f as writeBatch };
|