@firebase/firestore 3.7.2 → 3.7.3-20221109210852

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.
@@ -33,7 +33,7 @@ var grpc__namespace = /*#__PURE__*/_interopNamespace(grpc);
33
33
  var protoLoader__namespace = /*#__PURE__*/_interopNamespace(protoLoader);
34
34
 
35
35
  const name = "@firebase/firestore";
36
- const version$1 = "3.7.2";
36
+ const version$1 = "3.7.3-20221109210852";
37
37
 
38
38
  /**
39
39
  * @license
@@ -86,7 +86,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
86
86
  User.FIRST_PARTY = new User('first-party-uid');
87
87
  User.MOCK_USER = new User('mock-user');
88
88
 
89
- const version = "9.13.0";
89
+ const version = "9.14.0-20221109210852";
90
90
 
91
91
  /**
92
92
  * @license
@@ -24680,7 +24680,7 @@ class AsyncObserver {
24680
24680
  this.scheduleEvent(this.observer.error, error);
24681
24681
  }
24682
24682
  else {
24683
- logError('Uncaught Error in snapshot listener:', error);
24683
+ logError('Uncaught Error in snapshot listener:', error.toString());
24684
24684
  }
24685
24685
  }
24686
24686
  mute() {
@@ -25237,6 +25237,7 @@ class TransactionRunner {
25237
25237
  const code = error.code;
25238
25238
  return (code === 'aborted' ||
25239
25239
  code === 'failed-precondition' ||
25240
+ code === 'already-exists' ||
25240
25241
  !isPermanentError(code));
25241
25242
  }
25242
25243
  return false;