@firebase/firestore 4.6.2-canary.2ce95696f → 4.6.2-canary.9cbb1845e
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 +7 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +7 -9
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +9 -11
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +3 -4
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +3 -4
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +7 -9
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/index.browser.esm2017.js +2 -2
- package/dist/lite/index.browser.esm5.js +2 -2
- package/dist/lite/index.cjs.js +2 -2
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.rn.esm2017.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 = "@firebase/firestore";
|
|
37
|
-
const version$1 = "4.6.2-canary.
|
|
37
|
+
const version$1 = "4.6.2-canary.9cbb1845e";
|
|
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 = "10.12.0-canary.
|
|
90
|
+
const version = "10.12.0-canary.9cbb1845e";
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
|
@@ -25484,8 +25484,7 @@ async function syncEngineEmitNewSnapsAndNotifyLocalStore(syncEngine, changes, re
|
|
|
25484
25484
|
// secondary clients to update query state.
|
|
25485
25485
|
if (viewSnapshot || remoteEvent) {
|
|
25486
25486
|
if (syncEngineImpl.isPrimaryClient) {
|
|
25487
|
-
|
|
25488
|
-
syncEngineImpl.sharedClientState.updateQueryState(queryView.targetId, isCurrent ? 'current' : 'not-current');
|
|
25487
|
+
syncEngineImpl.sharedClientState.updateQueryState(queryView.targetId, (viewSnapshot === null || viewSnapshot === void 0 ? void 0 : viewSnapshot.fromCache) ? 'not-current' : 'current');
|
|
25489
25488
|
}
|
|
25490
25489
|
}
|
|
25491
25490
|
// Update views if there are actual changes.
|