@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.
package/dist/index.cjs.js CHANGED
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
9
9
  var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
10
10
  var webchannelBlob = require('@firebase/webchannel-wrapper/webchannel-blob');
11
11
 
12
- const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.bffdabd70";
12
+ const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.fe1264c00";
13
13
 
14
14
  /**
15
15
  * @license
@@ -71,7 +71,7 @@ User.MOCK_USER = new User("mock-user");
71
71
  * See the License for the specific language governing permissions and
72
72
  * limitations under the License.
73
73
  */
74
- let M = "11.6.1-firebase-studio-sdk-integration.bffdabd70";
74
+ let M = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
75
75
 
76
76
  /**
77
77
  * @license
@@ -18603,7 +18603,7 @@ class Firestore$1 {
18603
18603
  return this._emulatorOptions;
18604
18604
  }
18605
18605
  _freezeSettings() {
18606
- return this._settingsFrozen = !0, util.updateEmulatorBanner("Firestore", null !== this._settings.emulatorOptions && void 0 !== this._settings.emulatorOptions),
18606
+ return this._settingsFrozen = !0, util.isCloudWorkstation(this._settings.host) && util.updateEmulatorBanner("Firestore", this._settings.isUsingEmulator),
18607
18607
  this._settings;
18608
18608
  }
18609
18609
  _delete() {
@@ -18670,7 +18670,7 @@ class Firestore$1 {
18670
18670
  });
18671
18671
  // No-op if the new configuration matches the current configuration. This supports SSR
18672
18672
  // enviornments which might call `connectFirestoreEmulator` multiple times as a standard practice.
18673
- if (!util.deepEqual(u, _) && (e._setSettings(u), s && (util.pingServer(`https://${a}`), util.updateEmulatorBanner("firestore", !0)),
18673
+ if (!util.deepEqual(u, _) && (e._setSettings(u), s && (util.pingServer(`https://${a}`), util.updateEmulatorBanner("Firestore", !0)),
18674
18674
  r.mockUserToken)) {
18675
18675
  let t, n;
18676
18676
  if ("string" == typeof r.mockUserToken) t = r.mockUserToken, n = User.MOCK_USER; else {