Skip to content

Commit

Permalink
[firebase-release] Updated Firebase web client to 9.1.3
Browse files Browse the repository at this point in the history
hsubox76 committed Oct 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 65d413d commit 326a900
Showing 22 changed files with 2,665 additions and 2,628 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.2",
"version": "9.1.3",
"homepage": "https://firebase.google.com",
"authors": [
"Firebase <firebase-support@google.com>"
16 changes: 10 additions & 6 deletions firebase-analytics.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-analytics.js.map

Large diffs are not rendered by default.

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.

22 changes: 12 additions & 10 deletions firebase-app.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-app.js.map

Large diffs are not rendered by default.

8 changes: 5 additions & 3 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.

12 changes: 7 additions & 5 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.2/firebase-app.js';
import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from 'https://www.gstatic.com/firebasejs/9.1.3/firebase-app.js';

/**
* @license
@@ -1368,7 +1368,7 @@ class Logger {
}

const name = "@firebase/database";
const version = "0.12.1";
const version = "0.12.2";

/**
* @license
@@ -14916,7 +14916,7 @@ function repoManagerForceRestClient(forceRestClient) {
class Database {
/** @hideconstructor */
constructor(_repoInternal,
/** The {@link https://www.gstatic.com/firebasejs/9.1.2/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
/** The {@link https://www.gstatic.com/firebasejs/9.1.3/firebase-app.js#FirebaseApp} associated with this Realtime Database instance. */
app) {
this._repoInternal = _repoInternal;
this.app = app;
@@ -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.2/firebase-app.js#FirebaseApp}. Initializes a new instance with
* with the provided {@link https://www.gstatic.com/firebasejs/9.1.3/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.2/firebase-app.js#FirebaseApp} instance that the returned Realtime
* @param app - The {@link https://www.gstatic.com/firebasejs/9.1.3/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.
@@ -15074,6 +15074,8 @@ function registerDatabase(variant) {
return repoManagerDatabaseFromApp(app, authProvider, appCheckProvider, url);
}, "PUBLIC" /* PUBLIC */).setMultipleInstances(true));
registerVersion(name, version, variant);
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
registerVersion(name, version, 'esm2017');
}

/**
2 changes: 1 addition & 1 deletion firebase-database.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 326a900

Please sign in to comment.