@firebase/firestore 4.9.0-20250716201504 → 4.9.0-canary.a4897a621
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.mjs
CHANGED
|
@@ -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$1 = "@firebase/firestore";
|
|
12
|
-
const version$1 = "4.9.0-
|
|
12
|
+
const version$1 = "4.9.0-canary.a4897a621";
|
|
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 = "12.0.0-
|
|
65
|
+
const version = "12.0.0-canary.a4897a621";
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* @license
|
|
@@ -16520,11 +16520,11 @@ const MAIN_DATABASE = 'main';
|
|
|
16520
16520
|
* `enablePersistence()` with `{synchronizeTabs:true}`.
|
|
16521
16521
|
*
|
|
16522
16522
|
* In multi-tab mode, if multiple clients are active at the same time, the SDK
|
|
16523
|
-
* will designate one client as the
|
|
16523
|
+
* will designate one client as the "primary client". An effort is made to pick
|
|
16524
16524
|
* a visible, network-connected and active client, and this client is
|
|
16525
16525
|
* responsible for letting other clients know about its presence. The primary
|
|
16526
16526
|
* client writes a unique client-generated identifier (the client ID) to
|
|
16527
|
-
* IndexedDb’s
|
|
16527
|
+
* IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
|
|
16528
16528
|
* update this entry, another client can acquire the lease and take over as
|
|
16529
16529
|
* primary.
|
|
16530
16530
|
*
|