@firebase/firestore 4.7.11-firebase-studio-sdk-integration.bffdabd70 → 4.7.11-firebase-studio-sdk-integration.fe1264c00

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.
@@ -34,7 +34,7 @@ var grpc__namespace = /*#__PURE__*/_interopNamespace(grpc);
34
34
  var protoLoader__namespace = /*#__PURE__*/_interopNamespace(protoLoader);
35
35
 
36
36
  const name = "@firebase/firestore";
37
- const version$1 = "4.7.11-firebase-studio-sdk-integration.bffdabd70";
37
+ const version$1 = "4.7.11-firebase-studio-sdk-integration.fe1264c00";
38
38
 
39
39
  /**
40
40
  * @license
@@ -87,7 +87,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
87
87
  User.FIRST_PARTY = new User('first-party-uid');
88
88
  User.MOCK_USER = new User('mock-user');
89
89
 
90
- const version = "11.6.1-firebase-studio-sdk-integration.bffdabd70";
90
+ const version = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
91
91
 
92
92
  /**
93
93
  * @license
@@ -28025,8 +28025,9 @@ class Firestore$1 {
28025
28025
  }
28026
28026
  _freezeSettings() {
28027
28027
  this._settingsFrozen = true;
28028
- util.updateEmulatorBanner('Firestore', this._settings.emulatorOptions !== null &&
28029
- this._settings.emulatorOptions !== undefined);
28028
+ if (util.isCloudWorkstation(this._settings.host)) {
28029
+ util.updateEmulatorBanner('Firestore', this._settings.isUsingEmulator);
28030
+ }
28030
28031
  return this._settings;
28031
28032
  }
28032
28033
  _delete() {
@@ -28101,7 +28102,7 @@ function connectFirestoreEmulator(firestore, host, port, options = {}) {
28101
28102
  firestore._setSettings(newConfig);
28102
28103
  if (useSsl) {
28103
28104
  void util.pingServer(`https://${newHostSetting}`);
28104
- util.updateEmulatorBanner('firestore', true);
28105
+ util.updateEmulatorBanner('Firestore', true);
28105
28106
  }
28106
28107
  if (options.mockUserToken) {
28107
28108
  let token;