Skip to content

Commit

Permalink
[firebase-release] Updated Firebase web client to 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyang1 committed Dec 2, 2021
1 parent 7bf38ad commit 4b060a0
Show file tree
Hide file tree
Showing 13 changed files with 3,436 additions and 3,382 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "9.5.0",
"version": "9.6.0",
"homepage": "https://firebase.google.com",
"authors": [
"Firebase <firebase-support@google.com>"
Expand Down
6 changes: 3 additions & 3 deletions firebase-analytics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions firebase-app-check.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions firebase-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions firebase-auth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions firebase-database.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.5.0/firebase-app.js';
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js';

/**
* @license
Expand Down Expand Up @@ -14915,7 +14915,7 @@ function repoManagerForceRestClient(forceRestClient) {
class Database {
/** @hideconstructor */
constructor(_repoInternal,
/** The {@link https://www.gstatic.com/firebasejs/9.5.0/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
/** The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
app) {
this._repoInternal = _repoInternal;
this.app = app;
Expand Down Expand Up @@ -14953,11 +14953,11 @@ class Database {
}
/**
* Returns the instance of the Realtime Database SDK that is associated
* with the provided {@link https://www.gstatic.com/firebasejs/9.5.0/firebase-app.js#FirebaseApp}. Initializes a new instance with
* with the provided {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp}. Initializes a new instance with
* with default settings if no instance exists or if the existing instance uses
* a custom database URL.
*
* @param app - The {@link https://www.gstatic.com/firebasejs/9.5.0/firebase-app.js#FirebaseApp} instance that the returned Realtime
* @param app - The {@link https://www.gstatic.com/firebasejs/9.6.0/firebase-app.js#FirebaseApp} instance that the returned Realtime
* Database instance is associated with.
* @param url - The URL of the Realtime Database instance to connect to. If not
* provided, the SDK connects to the default instance of the Firebase App.
Expand Down
Loading

0 comments on commit 4b060a0

Please sign in to comment.