@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
|
@@ -49,11 +49,11 @@ export declare const MAIN_DATABASE = "main";
|
|
|
49
49
|
* `enablePersistence()` with `{synchronizeTabs:true}`.
|
|
50
50
|
*
|
|
51
51
|
* In multi-tab mode, if multiple clients are active at the same time, the SDK
|
|
52
|
-
* will designate one client as the
|
|
52
|
+
* will designate one client as the "primary client". An effort is made to pick
|
|
53
53
|
* a visible, network-connected and active client, and this client is
|
|
54
54
|
* responsible for letting other clients know about its presence. The primary
|
|
55
55
|
* client writes a unique client-generated identifier (the client ID) to
|
|
56
|
-
* IndexedDb’s
|
|
56
|
+
* IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
|
|
57
57
|
* update this entry, another client can acquire the lease and take over as
|
|
58
58
|
* primary.
|
|
59
59
|
*
|
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 F = "@firebase/firestore", M = "4.9.0-
|
|
12
|
+
const F = "@firebase/firestore", M = "4.9.0-canary.44d8d742f";
|
|
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 x = "12.
|
|
74
|
+
let x = "12.1.0-canary.44d8d742f";
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* @license
|
|
@@ -12344,11 +12344,11 @@ const Lt = "IndexedDbPersistence", kt = 18e5, qt = 5e3, Qt = "Failed to obtain e
|
|
|
12344
12344
|
* `enablePersistence()` with `{synchronizeTabs:true}`.
|
|
12345
12345
|
*
|
|
12346
12346
|
* In multi-tab mode, if multiple clients are active at the same time, the SDK
|
|
12347
|
-
* will designate one client as the
|
|
12347
|
+
* will designate one client as the "primary client". An effort is made to pick
|
|
12348
12348
|
* a visible, network-connected and active client, and this client is
|
|
12349
12349
|
* responsible for letting other clients know about its presence. The primary
|
|
12350
12350
|
* client writes a unique client-generated identifier (the client ID) to
|
|
12351
|
-
* IndexedDb’s
|
|
12351
|
+
* IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
|
|
12352
12352
|
* update this entry, another client can acquire the lease and take over as
|
|
12353
12353
|
* primary.
|
|
12354
12354
|
*
|