@firebase/firestore 3.5.0-20220915175052 → 3.5.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.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 +5 -5
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ P.MOCK_USER = new P("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let v = "9.10.0
|
|
73
|
+
let v = "9.10.0";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19779,9 +19779,9 @@ function Nl(t, e) {
|
|
|
19779
19779
|
return s = Object.assign({
|
|
19780
19780
|
useFetchStreams: e
|
|
19781
19781
|
}, s), r._setSettings(s), r;
|
|
19782
|
-
}), "PUBLIC").setMultipleInstances(!0)), s(b, "3.5.0
|
|
19782
|
+
}), "PUBLIC").setMultipleInstances(!0)), s(b, "3.5.0", t),
|
|
19783
19783
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19784
|
-
s(b, "3.5.0
|
|
19784
|
+
s(b, "3.5.0", "esm2017");
|
|
19785
19785
|
}("rn", /* useFetchStreams= */ !1);
|
|
19786
19786
|
|
|
19787
19787
|
export { il as AbstractUserDataWriter, Za as Bytes, ka as CACHE_SIZE_UNLIMITED, ba as CollectionReference, Aa as DocumentReference, xh as DocumentSnapshot, Ya as FieldPath, th as FieldValue, Ma as Firestore, L as FirestoreError, eh as GeoPoint, Na as LoadBundleTask, Ra as Query, $h as QueryConstraint, Nh as QueryDocumentSnapshot, kh as QuerySnapshot, Ch as SnapshotMetadata, nt as Timestamp, Rl as Transaction, ul as WriteBatch, se as _DatabaseId, ct as _DocumentKey, J as _EmptyAppCheckTokenProvider, K as _EmptyAuthCredentialsProvider, ut as _FieldPath, ya as _cast, F as _debugAssert, Wt as _isBase64Available, N as _logWarn, _a as _validateIsNotUsedTogether, pl as addDoc, Sl as arrayRemove, Vl as arrayUnion, Ka as clearIndexedDbPersistence, Pa as collection, va as collectionGroup, Ea as connectFirestoreEmulator, yl as deleteDoc, Pl as deleteField, ja as disableNetwork, Va as doc, Xa as documentId, La as enableIndexedDbPersistence, Ua as enableMultiTabIndexedDbPersistence, Qa as enableNetwork, Xh as endAt, Yh as endBefore, $a as ensureFirestoreConfigured, El as executeWrite, al as getDoc, ll as getDocFromCache, fl as getDocFromServer, dl as getDocs, _l as getDocsFromCache, wl as getDocsFromServer, Fa as getFirestore, Dl as increment, Oa as initializeFirestore, Qh as limit, jh as limitToLast, za as loadBundle, Ha as namedQuery, Il as onSnapshot, Tl as onSnapshotsInSync, Kh as orderBy, Bh as query, Da as queryEqual, Sa as refEqual, bl as runTransaction, vl as serverTimestamp, ml as setDoc, xl as setIndexConfiguration, D as setLogLevel, Oh as snapshotEqual, Hh as startAfter, zh as startAt, Wa as terminate, gl as updateDoc, Ga as waitForPendingWrites, Uh as where, Cl as writeBatch };
|