@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.
@@ -1260,7 +1260,7 @@ WebSocketConnection.responsesRequiredToBeHealthy = 2;
1260
1260
  WebSocketConnection.healthyTimeout = 30000;
1261
1261
 
1262
1262
  const name = "@firebase/database";
1263
- const version = "1.0.18";
1263
+ const version = "1.0.19-20250520183425";
1264
1264
 
1265
1265
  /**
1266
1266
  * @license
@@ -13610,7 +13610,6 @@ class Database {
13610
13610
  if (!this._instanceStarted) {
13611
13611
  repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
13612
13612
  this._instanceStarted = true;
13613
- util.updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
13614
13613
  }
13615
13614
  return this._repoInternal;
13616
13615
  }
@@ -13718,7 +13717,6 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
13718
13717
  // Workaround to get cookies in Firebase Studio
13719
13718
  if (util.isCloudWorkstation(host)) {
13720
13719
  void util.pingServer(host);
13721
- util.updateEmulatorBanner('Database', true);
13722
13720
  }
13723
13721
  // Modify the repo to apply emulator settings
13724
13722
  repoManagerApplyEmulatorSettings(repo, hostAndPort, options, tokenProvider);