@firebase/database 1.0.14-firebase-studio-sdk-integration.fe1264c00 → 1.0.14-firebase-studio-sdk-integration.a528caf5f

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.
@@ -10945,7 +10945,6 @@ function repoStart(repo, appId, authOverride) {
10945
10945
  repo.server_.unlisten(query, tag);
10946
10946
  }
10947
10947
  });
10948
- util.updateEmulatorBanner('Database', repo.repoInfo_.isUsingEmulator);
10949
10948
  }
10950
10949
  /**
10951
10950
  * @returns The time in milliseconds, taking the server offset into account if we have one.
@@ -13608,6 +13607,7 @@ class Database {
13608
13607
  if (!this._instanceStarted) {
13609
13608
  repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
13610
13609
  this._instanceStarted = true;
13610
+ util.updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
13611
13611
  }
13612
13612
  return this._repoInternal;
13613
13613
  }