firebase 9.6.2 → 9.6.3-202201219200
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/app/dist/index.cjs.js +1 -1
- package/app/dist/index.esm.js +1 -1
- package/app/dist/index.mjs +1 -1
- package/compat/app/dist/index.cjs.js +1 -1
- package/compat/app/dist/index.esm.js +1 -1
- package/compat/app/dist/index.mjs +1 -1
- package/compat/dist/index.esm.js +2 -2
- package/compat/dist/index.node.cjs +2 -2
- package/compat/dist/index.rn.cjs.js +2 -2
- package/firebase-analytics-compat.js.map +1 -1
- package/firebase-analytics.js +3 -3
- package/firebase-analytics.js.map +1 -1
- package/firebase-app-check-compat.js.map +1 -1
- package/firebase-app-check.js +4 -4
- package/firebase-app-check.js.map +1 -1
- package/firebase-app-compat.js +2 -2
- package/firebase-app-compat.js.map +1 -1
- package/firebase-app.js +8 -8
- package/firebase-app.js.map +1 -1
- package/firebase-auth-compat.js.map +1 -1
- package/firebase-auth.js +4 -4
- package/firebase-auth.js.map +1 -1
- package/firebase-compat.js +4 -4
- package/firebase-compat.js.map +1 -1
- package/firebase-database.js +4 -4
- package/firebase-firestore-compat.js +1 -1
- package/firebase-firestore-compat.js.map +1 -1
- package/firebase-firestore-lite.js +7 -7
- package/firebase-firestore-lite.js.map +1 -1
- package/firebase-firestore.js +8 -8
- package/firebase-firestore.js.map +1 -1
- package/firebase-functions-compat.js.map +1 -1
- package/firebase-functions.js +2 -2
- package/firebase-functions.js.map +1 -1
- package/firebase-messaging-compat.js +1 -1
- package/firebase-messaging-compat.js.map +1 -1
- package/firebase-messaging-sw.js +4 -4
- package/firebase-messaging-sw.js.map +1 -1
- package/firebase-messaging.js +3 -3
- package/firebase-messaging.js.map +1 -1
- package/firebase-performance-compat.js.map +1 -1
- package/firebase-performance-standalone-compat.es2017.js +3 -3
- package/firebase-performance-standalone-compat.es2017.js.map +1 -1
- package/firebase-performance-standalone-compat.js +1 -1
- package/firebase-performance-standalone-compat.js.map +1 -1
- package/firebase-performance.js +3 -3
- package/firebase-performance.js.map +1 -1
- package/firebase-remote-config-compat.js.map +1 -1
- package/firebase-remote-config.js +2 -2
- package/firebase-remote-config.js.map +1 -1
- package/firebase-storage-compat.js.map +1 -1
- package/firebase-storage.js +1 -1
- package/firebase-storage.js.map +1 -1
- package/package.json +5 -5
package/firebase-firestore.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.
|
|
1
|
+
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
@@ -979,7 +979,7 @@ C.MOCK_USER = new C("mock-user");
|
|
|
979
979
|
* See the License for the specific language governing permissions and
|
|
980
980
|
* limitations under the License.
|
|
981
981
|
*/
|
|
982
|
-
let N = "9.6.
|
|
982
|
+
let N = "9.6.3-202201219200";
|
|
983
983
|
|
|
984
984
|
/**
|
|
985
985
|
* @license
|
|
@@ -15717,7 +15717,7 @@ class Ac {
|
|
|
15717
15717
|
*/ (t));
|
|
15718
15718
|
}
|
|
15719
15719
|
/**
|
|
15720
|
-
* The {@link https://www.gstatic.com/firebasejs/9.6.
|
|
15720
|
+
* The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} associated with this `Firestore` service
|
|
15721
15721
|
* instance.
|
|
15722
15722
|
*/ get app() {
|
|
15723
15723
|
if (!this._app) throw new Q(j.FAILED_PRECONDITION, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
|
|
@@ -16342,7 +16342,7 @@ class Mc extends Rc {
|
|
|
16342
16342
|
* {@link getFirestore}. If the custom settings are empty, this function is
|
|
16343
16343
|
* equivalent to calling {@link getFirestore}.
|
|
16344
16344
|
*
|
|
16345
|
-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.
|
|
16345
|
+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
|
|
16346
16346
|
* be associated.
|
|
16347
16347
|
* @param settings - A settings object to configure the {@link Firestore} instance.
|
|
16348
16348
|
* @returns A newly initialized {@link Firestore} instance.
|
|
@@ -16361,10 +16361,10 @@ class Mc extends Rc {
|
|
|
16361
16361
|
|
|
16362
16362
|
/**
|
|
16363
16363
|
* Returns the existing {@link Firestore} instance that is associated with the
|
|
16364
|
-
* provided {@link https://www.gstatic.com/firebasejs/9.6.
|
|
16364
|
+
* provided {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
|
|
16365
16365
|
* instance with default settings.
|
|
16366
16366
|
*
|
|
16367
|
-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.
|
|
16367
|
+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
|
|
16368
16368
|
* instance is associated with.
|
|
16369
16369
|
* @returns The {@link Firestore} instance of the provided app.
|
|
16370
16370
|
*/ function Bc(e = getApp()) {
|
|
@@ -18754,9 +18754,9 @@ function Ah(t, e) {
|
|
|
18754
18754
|
return n = Object.assign({
|
|
18755
18755
|
useFetchStreams: e
|
|
18756
18756
|
}, n), i._setSettings(n), i;
|
|
18757
|
-
}), "PUBLIC")), registerVersion(D, "3.4.
|
|
18757
|
+
}), "PUBLIC")), registerVersion(D, "3.4.3-202201219200", t),
|
|
18758
18758
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
18759
|
-
registerVersion(D, "3.4.
|
|
18759
|
+
registerVersion(D, "3.4.3-202201219200", "esm2017");
|
|
18760
18760
|
}();
|
|
18761
18761
|
|
|
18762
18762
|
export { oh as AbstractUserDataWriter, nu as Bytes, Fc as CACHE_SIZE_UNLIMITED, Vc as CollectionReference, Pc as DocumentReference, $u as DocumentSnapshot, tu as FieldPath, su as FieldValue, Mc as Firestore, Q as FirestoreError, iu as GeoPoint, Oc as LoadBundleTask, vc as Query, Uu as QueryConstraint, Ou as QueryDocumentSnapshot, Fu as QuerySnapshot, xu as SnapshotMetadata, ct as Timestamp, Ph as Transaction, uh as WriteBatch, wc as _DatabaseId, Dt as _DocumentKey, et as _EmptyAppCheckTokenProvider, z as _EmptyAuthCredentialsProvider, mt as _FieldPath, Ec as _cast, q as _debugAssert, yt as _isBase64Available, M as _logWarn, gc as _validateIsNotUsedTogether, Eh as addDoc, Ch as arrayRemove, Dh as arrayUnion, Wc as clearIndexedDbPersistence, Sc as collection, Dc as collectionGroup, bc as connectFirestoreEmulator, Th as deleteDoc, Vh as deleteField, Hc as disableNetwork, Cc as doc, eu as documentId, Kc as enableIndexedDbPersistence, jc as enableMultiTabIndexedDbPersistence, zc as enableNetwork, eh as endAt, th as endBefore, Uc as ensureFirestoreConfigured, Rh as executeWrite, lh as getDoc, dh as getDocFromCache, wh as getDocFromServer, _h as getDocs, mh as getDocsFromCache, gh as getDocsFromServer, Bc as getFirestore, Nh as increment, Lc as initializeFirestore, zu as limit, Hu as limitToLast, Yc as loadBundle, Xc as namedQuery, Ih as onSnapshot, Ah as onSnapshotsInSync, Wu as orderBy, qu as query, kc as queryEqual, Nc as refEqual, vh as runTransaction, Sh as serverTimestamp, yh as setDoc, $ as setLogLevel, Lu as snapshotEqual, Xu as startAfter, Yu as startAt, Jc as terminate, ph as updateDoc, Gc as waitForPendingWrites, ju as where, kh as writeBatch };
|