@firebase/firestore 3.2.1-canary.dbd54f7c9 → 3.3.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 +15 -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 +1084 -1084
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +55 -55
- 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 +69 -69
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +109 -109
- package/package.json +11 -9
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ C.MOCK_USER = new C("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let N = "9.
|
|
73
|
+
let N = "9.4.0";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -17806,9 +17806,9 @@ function Eh(t, e) {
|
|
|
17806
17806
|
return n = Object.assign({
|
|
17807
17807
|
useFetchStreams: e
|
|
17808
17808
|
}, n), i._setSettings(n), i;
|
|
17809
|
-
}), "PUBLIC" /* PUBLIC */)), s(D, "3.
|
|
17809
|
+
}), "PUBLIC" /* PUBLIC */)), s(D, "3.3.0", t),
|
|
17810
17810
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
17811
|
-
s(D, "3.
|
|
17811
|
+
s(D, "3.3.0", "esm2017");
|
|
17812
17812
|
}("rn", /* useFetchStreams= */ !1);
|
|
17813
17813
|
|
|
17814
17814
|
export { ih as AbstractUserDataWriter, tu as Bytes, $a as CACHE_SIZE_UNLIMITED, Pa as CollectionReference, Ra as DocumentReference, xu as DocumentSnapshot, Xa as FieldPath, eu as FieldValue, Oa as Firestore, Q as FirestoreError, nu as GeoPoint, ka as LoadBundleTask, ba as Query, Lu as QueryConstraint, ku as QueryDocumentSnapshot, $u as QuerySnapshot, Nu as SnapshotMetadata, rt as Timestamp, Rh as Transaction, ch as WriteBatch, fa as _DatabaseId, Vt as _DocumentKey, z as _EmptyCredentialsProvider, dt as _FieldPath, pa as _cast, q as _debugAssert, mt as _isBase64Available, M as _logWarn, _a as _validateIsNotUsedTogether, ph as addDoc, Sh as arrayRemove, Vh as arrayUnion, ja as clearIndexedDbPersistence, va as collection, Va as collectionGroup, Aa as connectFirestoreEmulator, yh as deleteDoc, Ph as deleteField, Ga as disableNetwork, Sa as doc, Za as documentId, Ua as enableIndexedDbPersistence, qa as enableMultiTabIndexedDbPersistence, Wa as enableNetwork, Zu as endAt, Xu as endBefore, La as ensureFirestoreConfigured, Ih as executeWrite, uh as getDoc, lh as getDocFromCache, fh as getDocFromServer, dh as getDocs, wh as getDocsFromCache, _h as getDocsFromServer, Ma as getFirestore, Dh as increment, Fa as initializeFirestore, Wu as limit, Gu as limitToLast, Ha as loadBundle, Ja as namedQuery, Th as onSnapshot, Eh as onSnapshotsInSync, ju as orderBy, Bu as query, Ca as queryEqual, Da as refEqual, bh as runTransaction, vh as serverTimestamp, mh as setDoc, $ as setLogLevel, Fu as snapshotEqual, Ju as startAfter, Hu as startAt, za as terminate, gh as updateDoc, Qa as waitForPendingWrites, qu as where, Ch as writeBatch };
|