@firebase/firestore 3.4.3-canary.e28b0e413 → 3.4.4
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 +10 -0
- 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 +63 -63
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +8 -8
- 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 +82 -82
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +19 -19
- package/package.json +10 -10
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ N.MOCK_USER = new N("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let k = "9.6.
|
|
73
|
+
let k = "9.6.5";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -17972,9 +17972,9 @@ function Bh(t, e) {
|
|
|
17972
17972
|
return n = Object.assign({
|
|
17973
17973
|
useFetchStreams: e
|
|
17974
17974
|
}, n), i._setSettings(n), i;
|
|
17975
|
-
}), "PUBLIC")), s(C, "3.4.
|
|
17975
|
+
}), "PUBLIC")), s(C, "3.4.4", t),
|
|
17976
17976
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
17977
|
-
s(C, "3.4.
|
|
17977
|
+
s(C, "3.4.4", "esm2017");
|
|
17978
17978
|
}("rn", /* useFetchStreams= */ !1);
|
|
17979
17979
|
|
|
17980
17980
|
export { uh as AbstractUserDataWriter, ru as Bytes, Ba as CACHE_SIZE_UNLIMITED, Ca as CollectionReference, Sa as DocumentReference, Fu as DocumentSnapshot, su as FieldPath, ou as FieldValue, Ua as Firestore, W as FirestoreError, cu as GeoPoint, La as LoadBundleTask, Da as Query, ju as QueryConstraint, Lu as QueryDocumentSnapshot, Bu as QuerySnapshot, Mu as SnapshotMetadata, ut as Timestamp, Sh as Transaction, fh as WriteBatch, ga as _DatabaseId, Nt as _DocumentKey, nt as _EmptyAppCheckTokenProvider, H as _EmptyAuthCredentialsProvider, gt as _FieldPath, Ra as _cast, K as _debugAssert, Tt as _isBase64Available, L as _logWarn, Lh as _setIndexConfiguration, Ta as _validateIsNotUsedTogether, Rh as addDoc, xh as arrayRemove, kh as arrayUnion, Ha as clearIndexedDbPersistence, Na as collection, ka as collectionGroup, Va as connectFirestoreEmulator, Ah as deleteDoc, Ch as deleteField, Xa as disableNetwork, xa as doc, iu as documentId, Wa as enableIndexedDbPersistence, Ga as enableMultiTabIndexedDbPersistence, Ya as enableNetwork, ih as endAt, sh as endBefore, ja as ensureFirestoreConfigured, vh as executeWrite, wh as getDoc, mh as getDocFromCache, gh as getDocFromServer, yh as getDocs, ph as getDocsFromCache, Th as getDocsFromServer, Ka as getFirestore, $h as increment, qa as initializeFirestore, Yu as limit, Xu as limitToLast, tu as loadBundle, eu as namedQuery, bh as onSnapshot, Ph as onSnapshotsInSync, Hu as orderBy, Qu as query, Oa as queryEqual, $a as refEqual, Dh as runTransaction, Nh as serverTimestamp, Eh as setDoc, O as setLogLevel, qu as snapshotEqual, eh as startAfter, th as startAt, Za as terminate, Ih as updateDoc, Ja as waitForPendingWrites, Gu as where, Oh as writeBatch };
|