@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.
@@ -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.fe1264c00";
8
+ const C = "@firebase/firestore", F = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
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.fe1264c00";
70
+ let M = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
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, isCloudWorkstation(this._settings.host) && updateEmulatorBanner("Firestore", this._settings.isUsingEmulator),
18602
+ return this._settingsFrozen = !0, updateEmulatorBanner("Firestore", this._settings.isUsingEmulator),
18603
18603
  this._settings;
18604
18604
  }
18605
18605
  _delete() {