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

Commit 96ea0d0

Browse files
committed
[firebase-release] Updated Firebase web client to 9.6.2
1 parent 08e706c commit 96ea0d0

22 files changed

+2888
-2713
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.1",
3+
"version": "9.6.2",
44
"homepage": "https://firebase.google.com",
55
"authors": [
66
"Firebase <firebase-support@google.com>"

firebase-analytics.js

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

firebase-analytics.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-app-check.js

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

firebase-app-check.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-app.js

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

firebase-app.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-auth.js

Lines changed: 9 additions & 4 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: 5 additions & 5 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.1/firebase-app.js';
1+
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js';
22

33
/**
44
* @license
@@ -1367,7 +1367,7 @@ class Logger {
13671367
}
13681368

13691369
const name = "@firebase/database";
1370-
const version = "0.12.4";
1370+
const version = "0.12.5";
13711371

13721372
/**
13731373
* @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.1/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
14918+
/** The {@link https://www.gstatic.com/firebasejs/9.6.2/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.1/firebase-app.js#FirebaseApp}. Initializes a new instance with
14956+
* with the provided {@link https://www.gstatic.com/firebasejs/9.6.2/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.1/firebase-app.js#FirebaseApp} instance that the returned Realtime
14960+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.2/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.

0 commit comments

Comments
 (0)