Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 08e706c

Browse files
committed
[firebase-release] Updated Firebase web client to 9.6.1
1 parent 4b060a0 commit 08e706c

14 files changed

+71
-57
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"homepage": "https://firebase.google.com",
55
"authors": [
66
"Firebase <firebase-support@google.com>"

firebase-analytics.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-app-check.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-app.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-auth.js

Lines changed: 31 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-auth.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-database.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js';
1+
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js';
22

33
/**
44
* @license
@@ -14915,7 +14915,7 @@ function repoManagerForceRestClient(forceRestClient) {
1491514915
class Database {
1491614916
/** @hideconstructor */
1491714917
constructor(_repoInternal,
14918-
/** The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
14918+
/** The {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
1491914919
app) {
1492014920
this._repoInternal = _repoInternal;
1492114921
this.app = app;
@@ -14953,11 +14953,11 @@ class Database {
1495314953
}
1495414954
/**
1495514955
* Returns the instance of the Realtime Database SDK that is associated
14956-
* with the provided {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp}. Initializes a new instance with
14956+
* with the provided {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp}. Initializes a new instance with
1495714957
* with default settings if no instance exists or if the existing instance uses
1495814958
* a custom database URL.
1495914959
*
14960-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} instance that the returned Realtime
14960+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp} instance that the returned Realtime
1496114961
* Database instance is associated with.
1496214962
* @param url - The URL of the Realtime Database instance to connect to. If not
1496314963
* provided, the SDK connects to the default instance of the Firebase App.

firebase-firestore.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js';
1+
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js';
22

33
/**
44
* @license
@@ -874,7 +874,7 @@ D.MOCK_USER = new D("mock-user");
874874
* See the License for the specific language governing permissions and
875875
* limitations under the License.
876876
*/
877-
let C = "9.6.0";
877+
let C = "9.6.1";
878878

879879
/**
880880
* @license
@@ -15603,7 +15603,7 @@ class Ic {
1560315603
*/ (t));
1560415604
}
1560515605
/**
15606-
* The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} associated with this `Firestore` service
15606+
* The {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp} associated with this `Firestore` service
1560715607
* instance.
1560815608
*/ get app() {
1560915609
if (!this._app) throw new j(K.FAILED_PRECONDITION, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
@@ -16228,7 +16228,7 @@ class Oc extends Ac {
1622816228
* {@link getFirestore}. If the custom settings are empty, this function is
1622916229
* equivalent to calling {@link getFirestore}.
1623016230
*
16231-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
16231+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
1623216232
* be associated.
1623316233
* @param settings - A settings object to configure the {@link Firestore} instance.
1623416234
* @returns A newly initialized {@link Firestore} instance.
@@ -16247,10 +16247,10 @@ class Oc extends Ac {
1624716247

1624816248
/**
1624916249
* Returns the existing {@link Firestore} instance that is associated with the
16250-
* provided {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
16250+
* provided {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
1625116251
* instance with default settings.
1625216252
*
16253-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
16253+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.1/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
1625416254
* instance is associated with.
1625516255
* @returns The {@link Firestore} instance of the provided app.
1625616256
*/ function Lc(e = getApp()) {
@@ -18640,9 +18640,9 @@ function Ih(t, e) {
1864018640
return n = Object.assign({
1864118641
useFetchStreams: e
1864218642
}, n), i._setSettings(n), i;
18643-
}), "PUBLIC" /* PUBLIC */)), registerVersion(S, "3.4.0", t),
18643+
}), "PUBLIC")), registerVersion(S, "3.4.1", t),
1864418644
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
18645-
registerVersion(S, "3.4.0", "esm2017");
18645+
registerVersion(S, "3.4.1", "esm2017");
1864618646
}();
1864718647

1864818648
export { rh as AbstractUserDataWriter, eu as Bytes, Fc as CACHE_SIZE_UNLIMITED, vc as CollectionReference, Pc as DocumentReference, xu as DocumentSnapshot, Zc as FieldPath, nu as FieldValue, Oc as Firestore, j as FirestoreError, su as GeoPoint, $c as LoadBundleTask, bc as Query, Bu as QueryConstraint, $u as QueryDocumentSnapshot, Fu as QuerySnapshot, ku as SnapshotMetadata, at as Timestamp, Ph as Transaction, ch as WriteBatch, dc as _DatabaseId, St as _DocumentKey, tt as _EmptyAppCheckTokenProvider, G as _EmptyAuthCredentialsProvider, _t as _FieldPath, Tc as _cast, U as _debugAssert, gt as _isBase64Available, O as _logWarn, mc as _validateIsNotUsedTogether, Th as addDoc, Dh as arrayRemove, Sh as arrayUnion, Qc as clearIndexedDbPersistence, Vc as collection, Sc as collectionGroup, Rc as connectFirestoreEmulator, ph as deleteDoc, vh as deleteField, zc as disableNetwork, Dc as doc, tu as documentId, qc as enableIndexedDbPersistence, Kc as enableMultiTabIndexedDbPersistence, Gc as enableNetwork, th as endAt, Zu as endBefore, Bc as ensureFirestoreConfigured, Ah as executeWrite, hh as getDoc, fh as getDocFromCache, dh as getDocFromServer, wh as getDocs, _h as getDocsFromCache, mh as getDocsFromServer, Lc as getFirestore, Ch as increment, Mc as initializeFirestore, Gu as limit, zu as limitToLast, Jc as loadBundle, Yc as namedQuery, Eh as onSnapshot, Ih as onSnapshotsInSync, Qu as orderBy, Uu as query, Nc as queryEqual, Cc as refEqual, bh as runTransaction, Vh as serverTimestamp, gh as setDoc, x as setLogLevel, Mu as snapshotEqual, Yu as startAfter, Ju as startAt, Hc as terminate, yh as updateDoc, Wc as waitForPendingWrites, Ku as where, Nh as writeBatch };

firebase-firestore.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-functions.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-messaging.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-performance.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)