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

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.
@@ -10,7 +10,7 @@ var util = require('@firebase/util');
10
10
  var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
11
11
  var crypto = require('crypto');
12
12
 
13
- const version$1 = "4.7.11-firebase-studio-sdk-integration.fe1264c00";
13
+ const version$1 = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
14
14
 
15
15
  /**
16
16
  * @license
@@ -63,7 +63,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
63
63
  User.FIRST_PARTY = new User('first-party-uid');
64
64
  User.MOCK_USER = new User('mock-user');
65
65
 
66
- const version = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
66
+ const version = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
67
67
 
68
68
  /**
69
69
  * @license
@@ -5841,9 +5841,7 @@ class Firestore {
5841
5841
  }
5842
5842
  _freezeSettings() {
5843
5843
  this._settingsFrozen = true;
5844
- if (util.isCloudWorkstation(this._settings.host)) {
5845
- util.updateEmulatorBanner('Firestore', this._settings.isUsingEmulator);
5846
- }
5844
+ util.updateEmulatorBanner('Firestore', this._settings.isUsingEmulator);
5847
5845
  return this._settings;
5848
5846
  }
5849
5847
  _delete() {