@firebase/database 1.0.18 → 1.0.19-20250521232236

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
  }