@firebase/firestore 3.10.0-canary.ea3849fff → 3.10.0-canary.ecb4454c3

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 CHANGED
@@ -70,7 +70,7 @@ b.MOCK_USER = new b("mock-user");
70
70
  * See the License for the specific language governing permissions and
71
71
  * limitations under the License.
72
72
  */
73
- let P = "9.19.1-canary.ea3849fff";
73
+ let P = "9.19.1-canary.ecb4454c3";
74
74
 
75
75
  /**
76
76
  * @license
@@ -20444,10 +20444,9 @@ function af(t, e) {
20444
20444
  // to the implementation in firestoreClientGetDocumentsViaSnapshotListener
20445
20445
  // above
20446
20446
  try {
20447
- if (Qu(await Sa(t))) {
20448
- const i = await Ca(t);
20449
- s.resolve(ku(i, e, n));
20450
- } else s.reject(new L(B.UNAVAILABLE, "Failed to get aggregate result because the client is offline."));
20447
+ // TODO(b/277628384): check `canUseNetwork()` and handle multi-tab.
20448
+ const i = await Ca(t);
20449
+ s.resolve(ku(i, e, n));
20451
20450
  } catch (t) {
20452
20451
  s.reject(t);
20453
20452
  }
@@ -20984,9 +20983,9 @@ function kf(t, e) {
20984
20983
  return s = Object.assign({
20985
20984
  useFetchStreams: e
20986
20985
  }, s), r._setSettings(s), r;
20987
- }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(v, "3.10.0-canary.ea3849fff", t),
20986
+ }), "PUBLIC").setMultipleInstances(!0)), app.registerVersion(v, "3.10.0-canary.ecb4454c3", t),
20988
20987
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
20989
- app.registerVersion(v, "3.10.0-canary.ea3849fff", "cjs2017");
20988
+ app.registerVersion(v, "3.10.0-canary.ecb4454c3", "cjs2017");
20990
20989
  }();
20991
20990
 
20992
20991
  exports.AbstractUserDataWriter = $l;