@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.
@@ -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);