firebase 9.9.0 → 9.9.1
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 +12 -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.js +3 -3
- package/firebase-app-check-compat.js +1 -1
- package/firebase-app-check-compat.js.map +1 -1
- package/firebase-app-check.js +11 -11
- package/firebase-app-check.js.map +1 -1
- package/firebase-app-compat.js +2 -2
- package/firebase-app.js +9 -9
- package/firebase-auth-cordova.js +1 -1
- package/firebase-auth-react-native.js +1 -1
- package/firebase-auth.js +2 -2
- package/firebase-compat.js +3 -3
- package/firebase-compat.js.map +1 -1
- package/firebase-database-compat.js.map +1 -1
- package/firebase-database.js +8 -9
- package/firebase-database.js.map +1 -1
- 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.js +2 -2
- package/firebase-installations.js +3 -3
- package/firebase-messaging-sw.js +1 -1
- package/firebase-messaging.js +1 -1
- package/firebase-performance-standalone-compat.es2017.js +5 -5
- package/firebase-performance-standalone-compat.js +1 -1
- package/firebase-performance.js +3 -3
- package/firebase-remote-config.js +2 -2
- package/firebase-storage.js +1 -1
- package/package.json +7 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.9.
|
|
1
|
+
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.9.1/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.9.
|
|
743
|
+
let f = "9.9.1";
|
|
744
744
|
|
|
745
745
|
/**
|
|
746
746
|
* @license
|
|
@@ -4477,14 +4477,14 @@ class cn {
|
|
|
4477
4477
|
* {@link getFirestore}. If the custom settings are empty, this function is
|
|
4478
4478
|
* equivalent to calling {@link getFirestore}.
|
|
4479
4479
|
*
|
|
4480
|
-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.9.
|
|
4480
|
+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.9.1/firebase-app.js#FirebaseApp} with which the `Firestore` instance will
|
|
4481
4481
|
* be associated.
|
|
4482
4482
|
* @param settings - A settings object to configure the `Firestore` instance.
|
|
4483
4483
|
* @returns A newly initialized `Firestore` instance.
|
|
4484
4484
|
*/ (t));
|
|
4485
4485
|
}
|
|
4486
4486
|
/**
|
|
4487
|
-
* The {@link https://www.gstatic.com/firebasejs/9.9.
|
|
4487
|
+
* The {@link https://www.gstatic.com/firebasejs/9.9.1/firebase-app.js#FirebaseApp} associated with this `Firestore` service
|
|
4488
4488
|
* instance.
|
|
4489
4489
|
*/ get app() {
|
|
4490
4490
|
if (!this._app) throw new L(x, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
|
|
@@ -4555,10 +4555,10 @@ function hn(t, e) {
|
|
|
4555
4555
|
|
|
4556
4556
|
/**
|
|
4557
4557
|
* Returns the existing `Firestore` instance that is associated with the
|
|
4558
|
-
* provided {@link https://www.gstatic.com/firebasejs/9.9.
|
|
4558
|
+
* provided {@link https://www.gstatic.com/firebasejs/9.9.1/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
|
|
4559
4559
|
* instance with default settings.
|
|
4560
4560
|
*
|
|
4561
|
-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.9.
|
|
4561
|
+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.9.1/firebase-app.js#FirebaseApp} instance that the returned `Firestore`
|
|
4562
4562
|
* instance is associated with.
|
|
4563
4563
|
* @returns The `Firestore` instance of the provided app.
|
|
4564
4564
|
*/ function ln(e = getApp()) {
|
|
@@ -7162,7 +7162,7 @@ class Gr {
|
|
|
7162
7162
|
return e && r._setSettings(e), r;
|
|
7163
7163
|
}), "PUBLIC")),
|
|
7164
7164
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
7165
|
-
registerVersion("firestore-lite", "3.4.
|
|
7165
|
+
registerVersion("firestore-lite", "3.4.13", ""), registerVersion("firestore-lite", "3.4.13", "esm2017");
|
|
7166
7166
|
|
|
7167
7167
|
export { In as Bytes, pn as CollectionReference, wn as DocumentReference, Zn as DocumentSnapshot, En as FieldPath, An as FieldValue, an as Firestore, L as FirestoreError, Rn as GeoPoint, mn as Query, sr as QueryConstraint, tr as QueryDocumentSnapshot, er as QuerySnapshot, gt as Timestamp, Gr as Transaction, Or as WriteBatch, Dr as addDoc, Sr as arrayRemove, Fr as arrayUnion, yn as collection, _n as collectionGroup, fn as connectFirestoreEmulator, Nr as deleteDoc, $r as deleteField, gn as doc, Tn as documentId, _r as endAt, yr as endBefore, Ar as getDoc, Rr as getDocs, ln as getFirestore, qr as increment, hn as initializeFirestore, lr as limit, fr as limitToLast, ar as orderBy, ir as query, bn as queryEqual, vn as refEqual, Wr as runTransaction, xr as serverTimestamp, Pr as setDoc, w as setLogLevel, nr as snapshotEqual, mr as startAfter, wr as startAt, dn as terminate, Vr as updateDoc, ur as where, Cr as writeBatch };
|
|
7168
7168
|
|