@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.
@@ -9,7 +9,7 @@ import * as grpc from '@grpc/grpc-js';
9
9
  import * as protoLoader from '@grpc/proto-loader';
10
10
 
11
11
  const name = "@firebase/firestore";
12
- const version$1 = "4.7.11-firebase-studio-sdk-integration.bffdabd70";
12
+ const version$1 = "4.7.11-firebase-studio-sdk-integration.fe1264c00";
13
13
 
14
14
  /**
15
15
  * @license
@@ -62,7 +62,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
62
62
  User.FIRST_PARTY = new User('first-party-uid');
63
63
  User.MOCK_USER = new User('mock-user');
64
64
 
65
- const version = "11.6.1-firebase-studio-sdk-integration.bffdabd70";
65
+ const version = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
66
66
 
67
67
  /**
68
68
  * @license
@@ -28000,8 +28000,9 @@ class Firestore$1 {
28000
28000
  }
28001
28001
  _freezeSettings() {
28002
28002
  this._settingsFrozen = true;
28003
- updateEmulatorBanner('Firestore', this._settings.emulatorOptions !== null &&
28004
- this._settings.emulatorOptions !== undefined);
28003
+ if (isCloudWorkstation(this._settings.host)) {
28004
+ updateEmulatorBanner('Firestore', this._settings.isUsingEmulator);
28005
+ }
28005
28006
  return this._settings;
28006
28007
  }
28007
28008
  _delete() {
@@ -28076,7 +28077,7 @@ function connectFirestoreEmulator(firestore, host, port, options = {}) {
28076
28077
  firestore._setSettings(newConfig);
28077
28078
  if (useSsl) {
28078
28079
  void pingServer(`https://${newHostSetting}`);
28079
- updateEmulatorBanner('firestore', true);
28080
+ updateEmulatorBanner('Firestore', true);
28080
28081
  }
28081
28082
  if (options.mockUserToken) {
28082
28083
  let token;