@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.
@@ -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.14-firebase-studio-sdk-integration.fe1264c00";
1263
+ const version = "1.0.14-firebase-studio-sdk-integration.a528caf5f";
1264
1264
 
1265
1265
  /**
1266
1266
  * @license
@@ -10948,7 +10948,6 @@ function repoStart(repo, appId, authOverride) {
10948
10948
  repo.server_.unlisten(query, tag);
10949
10949
  }
10950
10950
  });
10951
- util.updateEmulatorBanner('Database', repo.repoInfo_.isUsingEmulator);
10952
10951
  }
10953
10952
  /**
10954
10953
  * @returns The time in milliseconds, taking the server offset into account if we have one.
@@ -13611,6 +13610,7 @@ class Database {
13611
13610
  if (!this._instanceStarted) {
13612
13611
  repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
13613
13612
  this._instanceStarted = true;
13613
+ util.updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
13614
13614
  }
13615
13615
  return this._repoInternal;
13616
13616
  }