@firebase/database 1.0.18 → 1.0.19-20250520183425
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -4
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +1 -3
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +0 -2
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -4
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.standalone.js
CHANGED
|
@@ -13607,7 +13607,6 @@ class Database {
|
|
|
13607
13607
|
if (!this._instanceStarted) {
|
|
13608
13608
|
repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
|
|
13609
13609
|
this._instanceStarted = true;
|
|
13610
|
-
util.updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
|
|
13611
13610
|
}
|
|
13612
13611
|
return this._repoInternal;
|
|
13613
13612
|
}
|
|
@@ -13692,7 +13691,6 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
|
|
|
13692
13691
|
// Workaround to get cookies in Firebase Studio
|
|
13693
13692
|
if (util.isCloudWorkstation(host)) {
|
|
13694
13693
|
void util.pingServer(host);
|
|
13695
|
-
util.updateEmulatorBanner('Database', true);
|
|
13696
13694
|
}
|
|
13697
13695
|
// Modify the repo to apply emulator settings
|
|
13698
13696
|
repoManagerApplyEmulatorSettings(repo, hostAndPort, options, tokenProvider);
|