@firebase/firestore 4.7.11-firebase-studio-sdk-integration.9de25069c → 4.7.12-20250505162014
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 +4 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +4 -3
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +6 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +6 -2
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +4 -3
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/index.browser.esm2017.js +2 -2
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.cjs.js +2 -2
- package/dist/lite/index.cjs.js.map +1 -1
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.rn.esm2017.js +20 -20
- package/package.json +9 -9
package/dist/index.cjs.js
CHANGED
|
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
|
|
|
9
9
|
var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
|
|
10
10
|
var webchannelBlob = require('@firebase/webchannel-wrapper/webchannel-blob');
|
|
11
11
|
|
|
12
|
-
const v = "@firebase/firestore", C = "4.7.
|
|
12
|
+
const v = "@firebase/firestore", C = "4.7.12-20250505162014";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @license
|
|
@@ -71,7 +71,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
71
71
|
* See the License for the specific language governing permissions and
|
|
72
72
|
* limitations under the License.
|
|
73
73
|
*/
|
|
74
|
-
let F = "11.6.
|
|
74
|
+
let F = "11.6.2-20250505162014";
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* @license
|
|
@@ -19243,7 +19243,8 @@ class LoadBundleTask {
|
|
|
19243
19243
|
}
|
|
19244
19244
|
if (void 0 !== t.cacheSizeBytes && void 0 !== t.localCache) throw new FirestoreError(x.INVALID_ARGUMENT, "cache and cacheSizeBytes cannot be specified at the same time as cacheSizeBytes willbe deprecated. Instead, specify the cache size in the cache object");
|
|
19245
19245
|
if (void 0 !== t.cacheSizeBytes && -1 !== t.cacheSizeBytes && t.cacheSizeBytes < Ft) throw new FirestoreError(x.INVALID_ARGUMENT, "cacheSizeBytes must be at least 1048576");
|
|
19246
|
-
|
|
19246
|
+
// Workaround to get cookies in Firebase Studio
|
|
19247
|
+
return t.host && util.isCloudWorkstation(t.host) && util.pingServer(t.host), r.initialize({
|
|
19247
19248
|
options: t,
|
|
19248
19249
|
instanceIdentifier: n
|
|
19249
19250
|
});
|