Skip to content

Commit

Permalink
[firebase-release] Updated Firebase web client to 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Sep 30, 2021
1 parent c93abb2 commit bf1070a
Show file tree
Hide file tree
Showing 15 changed files with 251 additions and 278 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.1.0",
"version": "9.1.1",
"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.

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

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

2 changes: 1 addition & 1 deletion firebase-auth.js.map

Large diffs are not rendered by default.

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.1.0/firebase-app.js';
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.1.1/firebase-app.js';

/**
* @license
Expand Down Expand Up @@ -14916,7 +14916,7 @@ function repoManagerForceRestClient(forceRestClient) {
class Database {
/** @hideconstructor */
constructor(_repoInternal,
/** The {@link https://www.gstatic.com/firebasejs/9.1.0/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
/** The {@link https://www.gstatic.com/firebasejs/9.1.1/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
app) {
this._repoInternal = _repoInternal;
this.app = app;
Expand Down Expand Up @@ -14954,11 +14954,11 @@ class Database {
}
/**
* Returns the instance of the Realtime Database SDK that is associated
* with the provided {@link https://www.gstatic.com/firebasejs/9.1.0/firebase-app.js#FirebaseApp}. Initializes a new instance with
* with the provided {@link https://www.gstatic.com/firebasejs/9.1.1/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.1.0/firebase-app.js#FirebaseApp} instance that the returned Realtime
* @param app - The {@link https://www.gstatic.com/firebasejs/9.1.1/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 bf1070a

Please sign in to comment.