@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.
@@ -8,7 +8,7 @@ import { FirebaseError as _, isCloudWorkstation as c, base64 as l, DecodeBase64S
8
8
 
9
9
  import { Integer as P } from "@firebase/webchannel-wrapper/bloom-blob";
10
10
 
11
- const R = "4.7.11-firebase-studio-sdk-integration.fe1264c00";
11
+ const R = "4.7.11-firebase-studio-sdk-integration.dbac496fa";
12
12
 
13
13
  /**
14
14
  * @license
@@ -69,7 +69,7 @@ User.MOCK_USER = new User("mock-user");
69
69
  * See the License for the specific language governing permissions and
70
70
  * limitations under the License.
71
71
  */
72
- let I = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
72
+ let I = "11.6.1-firebase-studio-sdk-integration.dbac496fa";
73
73
 
74
74
  /**
75
75
  * @license
@@ -4424,7 +4424,7 @@ class Firestore {
4424
4424
  return this._emulatorOptions;
4425
4425
  }
4426
4426
  _freezeSettings() {
4427
- return this._settingsFrozen = !0, c(this._settings.host) && d("Firestore", this._settings.isUsingEmulator),
4427
+ return this._settingsFrozen = !0, d("Firestore", this._settings.isUsingEmulator),
4428
4428
  this._settings;
4429
4429
  }
4430
4430
  _delete() {