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

Commit 551e0ad

Browse files
committed
[firebase-release] Updated Firebase web client to 9.4.1
1 parent 39eaa95 commit 551e0ad

16 files changed

+90
-65
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.4.0",
3+
"version": "9.4.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: 11 additions & 11 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.4.0/firebase-app.js';
1+
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.4.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.4.0/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
14918+
/** The {@link https://www.gstatic.com/firebasejs/9.4.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.4.0/firebase-app.js#FirebaseApp}. Initializes a new instance with
14956+
* with the provided {@link https://www.gstatic.com/firebasejs/9.4.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.4.0/firebase-app.js#FirebaseApp} instance that the returned Realtime
14960+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.4.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: 6 additions & 6 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.4.0/firebase-app.js';
1+
import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.4.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.4.0";
877+
let C = "9.4.1";
878878

879879
/**
880880
* @license
@@ -15549,7 +15549,7 @@ class pa {
1554915549
*/ (t));
1555015550
}
1555115551
/**
15552-
* The {@link https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js#FirebaseApp} associated with this `Firestore` service
15552+
* The {@link https://www.gstatic.com/firebasejs/9.4.1/firebase-app.js#FirebaseApp} associated with this `Firestore` service
1555315553
* instance.
1555415554
*/ get app() {
1555515555
if (!this._app) throw new j(K.FAILED_PRECONDITION, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
@@ -16174,7 +16174,7 @@ class ka extends Ta {
1617416174
* {@link getFirestore}. If the custom settings are empty, this function is
1617516175
* equivalent to calling {@link getFirestore}.
1617616176
*
16177-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
16177+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.4.1/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
1617816178
* be associated.
1617916179
* @param settings - A settings object to configure the {@link Firestore} instance.
1618016180
* @returns A newly initialized {@link Firestore} instance.
@@ -16193,10 +16193,10 @@ class ka extends Ta {
1619316193

1619416194
/**
1619516195
* Returns the existing {@link Firestore} instance that is associated with the
16196-
* provided {@link https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
16196+
* provided {@link https://www.gstatic.com/firebasejs/9.4.1/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
1619716197
* instance with default settings.
1619816198
*
16199-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
16199+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.4.1/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
1620016200
* instance is associated with.
1620116201
* @returns The {@link Firestore} instance of the provided app.
1620216202
*/ function Oa(e = getApp()) {

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: 23 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase-functions.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-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)