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
|
@@ -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
|
|
@@ -740,7 +740,7 @@ l.MOCK_USER = new l("mock-user");
|
|
|
740
740
|
* See the License for the specific language governing permissions and
|
|
741
741
|
* limitations under the License.
|
|
742
742
|
*/
|
|
743
|
-
let f = "9.6.
|
|
743
|
+
let f = "9.6.3-202201219200";
|
|
744
744
|
|
|
745
745
|
/**
|
|
746
746
|
* @license
|
|
@@ -3957,14 +3957,14 @@ class rn {
|
|
|
3957
3957
|
* {@link getFirestore}. If the custom settings are empty, this function is
|
|
3958
3958
|
* equivalent to calling {@link getFirestore}.
|
|
3959
3959
|
*
|
|
3960
|
-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.
|
|
3960
|
+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} with which the `Firestore` instance will
|
|
3961
3961
|
* be associated.
|
|
3962
3962
|
* @param settings - A settings object to configure the `Firestore` instance.
|
|
3963
3963
|
* @returns A newly initialized `Firestore` instance.
|
|
3964
3964
|
*/ (t));
|
|
3965
3965
|
}
|
|
3966
3966
|
/**
|
|
3967
|
-
* The {@link https://www.gstatic.com/firebasejs/9.6.
|
|
3967
|
+
* The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} associated with this `Firestore` service
|
|
3968
3968
|
* instance.
|
|
3969
3969
|
*/ get app() {
|
|
3970
3970
|
if (!this._app) throw new U(F, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
|
|
@@ -4035,10 +4035,10 @@ function on(t, e) {
|
|
|
4035
4035
|
|
|
4036
4036
|
/**
|
|
4037
4037
|
* Returns the existing `Firestore` instance that is associated with the
|
|
4038
|
-
* provided {@link https://www.gstatic.com/firebasejs/9.6.
|
|
4038
|
+
* provided {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
|
|
4039
4039
|
* instance with default settings.
|
|
4040
4040
|
*
|
|
4041
|
-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.
|
|
4041
|
+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} instance that the returned `Firestore`
|
|
4042
4042
|
* instance is associated with.
|
|
4043
4043
|
* @returns The `Firestore` instance of the provided app.
|
|
4044
4044
|
*/ function un(e = getApp()) {
|
|
@@ -6615,7 +6615,7 @@ class kr {
|
|
|
6615
6615
|
return e && r._setSettings(e), r;
|
|
6616
6616
|
}), "PUBLIC")),
|
|
6617
6617
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
6618
|
-
registerVersion("firestore-lite", "3.4.
|
|
6618
|
+
registerVersion("firestore-lite", "3.4.3-202201219200", ""), registerVersion("firestore-lite", "3.4.3-202201219200", "esm2017");
|
|
6619
6619
|
|
|
6620
6620
|
export { vn as Bytes, fn as CollectionReference, hn as DocumentReference, Hn as DocumentSnapshot, _n as FieldPath, bn as FieldValue, sn as Firestore, U as FirestoreError, En as GeoPoint, ln as Query, tr as QueryConstraint, Kn as QueryDocumentSnapshot, Jn as QuerySnapshot, gt as Timestamp, kr as Transaction, Fr as WriteBatch, Pr as addDoc, Nr as arrayRemove, Dr as arrayUnion, dn as collection, wn as collectionGroup, cn as connectFirestoreEmulator, Ar as deleteDoc, Rr as deleteField, mn as doc, gn as documentId, wr as endAt, dr as endBefore, br as getDoc, Er as getDocs, un as getFirestore, $r as increment, on as initializeFirestore, ur as limit, cr as limitToLast, ir as orderBy, er as query, yn as queryEqual, pn as refEqual, jr as runTransaction, Vr as serverTimestamp, Tr as setDoc, w as setLogLevel, Xn as snapshotEqual, lr as startAfter, hr as startAt, an as terminate, Ir as updateDoc, rr as where, xr as writeBatch };
|
|
6621
6621
|
|