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

Commit 2d6cb1e

Browse files
committed
[firebase-release] Updated Firebase web client to 9.2.0
1 parent 326a900 commit 2d6cb1e

16 files changed

+1279
-1298
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.1.3",
3+
"version": "9.2.0",
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: 42 additions & 25 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.1.3/firebase-app.js';
1+
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.2.0/firebase-app.js';
22

33
/**
44
* @license
@@ -14916,7 +14916,7 @@ function repoManagerForceRestClient(forceRestClient) {
1491614916
class Database {
1491714917
/** @hideconstructor */
1491814918
constructor(_repoInternal,
14919-
/** The {@link https://www.gstatic.com/firebasejs/9.1.3/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
14919+
/** The {@link https://www.gstatic.com/firebasejs/9.2.0/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
1492014920
app) {
1492114921
this._repoInternal = _repoInternal;
1492214922
this.app = app;
@@ -14954,11 +14954,11 @@ class Database {
1495414954
}
1495514955
/**
1495614956
* Returns the instance of the Realtime Database SDK that is associated
14957-
* with the provided {@link https://www.gstatic.com/firebasejs/9.1.3/firebase-app.js#FirebaseApp}. Initializes a new instance with
14957+
* with the provided {@link https://www.gstatic.com/firebasejs/9.2.0/firebase-app.js#FirebaseApp}. Initializes a new instance with
1495814958
* with default settings if no instance exists or if the existing instance uses
1495914959
* a custom database URL.
1496014960
*
14961-
* @param app - The {@link https://www.gstatic.com/firebasejs/9.1.3/firebase-app.js#FirebaseApp} instance that the returned Realtime
14961+
* @param app - The {@link https://www.gstatic.com/firebasejs/9.2.0/firebase-app.js#FirebaseApp} instance that the returned Realtime
1496214962
* Database instance is associated with.
1496314963
* @param url - The URL of the Realtime Database instance to connect to. If not
1496414964
* provided, the SDK connects to the default instance of the Firebase App.

0 commit comments

Comments
 (0)