@firebase/firestore 4.7.11-firebase-studio-sdk-integration.1adc0ae1f → 4.7.11-firebase-studio-sdk-integration.226be0bb1

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.1adc0ae1f";
12
+ const version$1 = "4.7.11-firebase-studio-sdk-integration.226be0bb1";
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.1adc0ae1f";
65
+ const version = "11.6.1-firebase-studio-sdk-integration.226be0bb1";
66
66
 
67
67
  /**
68
68
  * @license
@@ -28062,7 +28062,7 @@ function connectFirestoreEmulator(firestore, host, port, options = {}) {
28062
28062
  const existingConfig = Object.assign(Object.assign({}, settings), { emulatorOptions: firestore._getEmulatorOptions() });
28063
28063
  const newHostSetting = `${host}:${port}`;
28064
28064
  if (useSsl) {
28065
- testConnectionAlive(`https://${newHostSetting}`);
28065
+ void testConnectionAlive(`https://${newHostSetting}`);
28066
28066
  }
28067
28067
  if (settings.host !== DEFAULT_HOST && settings.host !== newHostSetting) {
28068
28068
  logWarn('Host has been set in both settings() and connectFirestoreEmulator(), emulator host ' +