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

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.
@@ -5,7 +5,7 @@ import { FirebaseError, isCloudWorkstation, deepEqual, pingServer, updateEmulato
5
5
  import { Integer, Md5 } from '@firebase/webchannel-wrapper/bloom-blob';
6
6
  import { XhrIo, EventType, ErrorCode, createWebChannelTransport, getStatEventTarget, WebChannel, Event, Stat } from '@firebase/webchannel-wrapper/webchannel-blob';
7
7
 
8
- const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.bffdabd70";
8
+ const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.927daddb8";
9
9
 
10
10
  /**
11
11
  * @license
@@ -67,7 +67,7 @@ User.MOCK_USER = new User("mock-user");
67
67
  * See the License for the specific language governing permissions and
68
68
  * limitations under the License.
69
69
  */
70
- let M = "11.6.1-firebase-studio-sdk-integration.bffdabd70";
70
+ let M = "11.6.1-firebase-studio-sdk-integration.927daddb8";
71
71
 
72
72
  /**
73
73
  * @license
@@ -18599,7 +18599,7 @@ class Firestore$1 {
18599
18599
  return this._emulatorOptions;
18600
18600
  }
18601
18601
  _freezeSettings() {
18602
- return this._settingsFrozen = !0, updateEmulatorBanner("Firestore", null !== this._settings.emulatorOptions && void 0 !== this._settings.emulatorOptions),
18602
+ return this._settingsFrozen = !0, updateEmulatorBanner("Firestore", this._settings.isUsingEmulator || isCloudWorkstation(this._settings.host)),
18603
18603
  this._settings;
18604
18604
  }
18605
18605
  _delete() {
@@ -18666,7 +18666,7 @@ class Firestore$1 {
18666
18666
  });
18667
18667
  // No-op if the new configuration matches the current configuration. This supports SSR
18668
18668
  // enviornments which might call `connectFirestoreEmulator` multiple times as a standard practice.
18669
- if (!deepEqual(u, _) && (e._setSettings(u), s && (pingServer(`https://${a}`), updateEmulatorBanner("firestore", !0)),
18669
+ if (!deepEqual(u, _) && (e._setSettings(u), s && (pingServer(`https://${a}`), updateEmulatorBanner("Firestore", !0)),
18670
18670
  r.mockUserToken)) {
18671
18671
  let t, n;
18672
18672
  if ("string" == typeof r.mockUserToken) t = r.mockUserToken, n = User.MOCK_USER; else {