@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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +3 -3
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +3 -3
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +2 -2
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/index.browser.esm2017.js +25 -25
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.cjs.js +25 -25
- package/dist/lite/index.cjs.js.map +1 -1
- package/dist/lite/index.node.cjs.js +3 -3
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.mjs +3 -3
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +20 -20
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +9 -9
package/dist/index.node.cjs.js
CHANGED
|
@@ -34,7 +34,7 @@ var grpc__namespace = /*#__PURE__*/_interopNamespace(grpc);
|
|
|
34
34
|
var protoLoader__namespace = /*#__PURE__*/_interopNamespace(protoLoader);
|
|
35
35
|
|
|
36
36
|
const name = "@firebase/firestore";
|
|
37
|
-
const version$1 = "4.7.11-firebase-studio-sdk-integration.
|
|
37
|
+
const version$1 = "4.7.11-firebase-studio-sdk-integration.226be0bb1";
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
@@ -87,7 +87,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
87
87
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
88
88
|
User.MOCK_USER = new User('mock-user');
|
|
89
89
|
|
|
90
|
-
const version = "11.6.1-firebase-studio-sdk-integration.
|
|
90
|
+
const version = "11.6.1-firebase-studio-sdk-integration.226be0bb1";
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
|
@@ -28087,7 +28087,7 @@ function connectFirestoreEmulator(firestore, host, port, options = {}) {
|
|
|
28087
28087
|
const existingConfig = Object.assign(Object.assign({}, settings), { emulatorOptions: firestore._getEmulatorOptions() });
|
|
28088
28088
|
const newHostSetting = `${host}:${port}`;
|
|
28089
28089
|
if (useSsl) {
|
|
28090
|
-
util.testConnectionAlive(`https://${newHostSetting}`);
|
|
28090
|
+
void util.testConnectionAlive(`https://${newHostSetting}`);
|
|
28091
28091
|
}
|
|
28092
28092
|
if (settings.host !== DEFAULT_HOST && settings.host !== newHostSetting) {
|
|
28093
28093
|
logWarn('Host has been set in both settings() and connectFirestoreEmulator(), emulator host ' +
|