@firebase/firestore 4.9.0-20250716201504 → 4.9.0-canary.44d8d742f
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/firestore/src/local/indexeddb_persistence.d.ts +2 -2
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.node.cjs.js +4 -4
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +4 -4
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +4 -4
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/firestore/src/local/indexeddb_persistence.d.ts +2 -2
- package/dist/lite/index.browser.esm.js +2 -2
- package/dist/lite/index.browser.esm.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.esm.js +2 -2
- 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$1 = "@firebase/firestore";
|
|
37
|
-
const version$1 = "4.9.0-
|
|
37
|
+
const version$1 = "4.9.0-canary.44d8d742f";
|
|
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 = "12.
|
|
90
|
+
const version = "12.1.0-canary.44d8d742f";
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
|
@@ -16545,11 +16545,11 @@ const MAIN_DATABASE = 'main';
|
|
|
16545
16545
|
* `enablePersistence()` with `{synchronizeTabs:true}`.
|
|
16546
16546
|
*
|
|
16547
16547
|
* In multi-tab mode, if multiple clients are active at the same time, the SDK
|
|
16548
|
-
* will designate one client as the
|
|
16548
|
+
* will designate one client as the "primary client". An effort is made to pick
|
|
16549
16549
|
* a visible, network-connected and active client, and this client is
|
|
16550
16550
|
* responsible for letting other clients know about its presence. The primary
|
|
16551
16551
|
* client writes a unique client-generated identifier (the client ID) to
|
|
16552
|
-
* IndexedDb’s
|
|
16552
|
+
* IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
|
|
16553
16553
|
* update this entry, another client can acquire the lease and take over as
|
|
16554
16554
|
* primary.
|
|
16555
16555
|
*
|