@firebase/firestore 3.1.0-2021822203916 → 3.1.0

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.rn.js CHANGED
@@ -68,7 +68,7 @@ D.MOCK_USER = new D("mock-user");
68
68
  * See the License for the specific language governing permissions and
69
69
  * limitations under the License.
70
70
  */
71
- let C = "9.1.0-2021822203916";
71
+ let C = "9.1.0";
72
72
 
73
73
  /**
74
74
  * @license
@@ -14624,12 +14624,9 @@ function ga(t) {
14624
14624
  if (t instanceof Array) return "an array";
14625
14625
  {
14626
14626
  const e =
14627
- /** Hacky method to try to get the constructor name for an object. */
14627
+ /** try to get the constructor name for an object. */
14628
14628
  function(t) {
14629
- if (t.constructor) {
14630
- const e = /function\s+([^\s(]+)\s*\(/.exec(t.constructor.toString());
14631
- if (e && e.length > 1) return e[1];
14632
- }
14629
+ if (t.constructor) return t.constructor.name;
14633
14630
  return null;
14634
14631
  }
14635
14632
  /**
@@ -17804,7 +17801,7 @@ Ch = "rn", function(t) {
17804
17801
  return e = Object.assign({
17805
17802
  useFetchStreams: !0
17806
17803
  }, e), s._setSettings(e), s;
17807
- }), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0-2021822203916", Ch);
17804
+ }), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0", Ch);
17808
17805
 
17809
17806
  export { sh as AbstractUserDataWriter, Za as Bytes, ka as CACHE_SIZE_UNLIMITED, ba as CollectionReference, Aa as DocumentReference, Nu as DocumentSnapshot, Ya as FieldPath, tu as FieldValue, $a as Firestore, j as FirestoreError, eu as GeoPoint, xa as LoadBundleTask, Ra as Query, Mu as QueryConstraint, xu as QueryDocumentSnapshot, ku as QuerySnapshot, Cu as SnapshotMetadata, it as Timestamp, Ah as Transaction, oh as WriteBatch, la as _DatabaseId, vt as _DocumentKey, G as _EmptyCredentialsProvider, ft as _FieldPath, ya as _cast, U as _debugAssert, _t as _isBase64Available, F as _logWarn, wa as _validateIsNotUsedTogether, yh as addDoc, Vh as arrayRemove, vh as arrayUnion, Ka as clearIndexedDbPersistence, Pa as collection, va as collectionGroup, Ia as connectFirestoreEmulator, gh as deleteDoc, bh as deleteField, Wa as disableNetwork, Va as doc, Xa as documentId, Ba as enableIndexedDbPersistence, Ua as enableMultiTabIndexedDbPersistence, Qa as enableNetwork, Xu as endAt, Yu as endBefore, Ma as ensureFirestoreConfigured, Th as executeWrite, ah as getDoc, hh as getDocFromCache, lh as getDocFromServer, fh as getDocs, dh as getDocsFromCache, wh as getDocsFromServer, Fa as getFirestore, Sh as increment, Oa as initializeFirestore, Qu as limit, Wu as limitToLast, za as loadBundle, Ha as namedQuery, ph as onSnapshot, Eh as onSnapshotsInSync, Ku as orderBy, Lu as query, Da as queryEqual, Sa as refEqual, Rh as runTransaction, Ph as serverTimestamp, _h as setDoc, k as setLogLevel, Ou as snapshotEqual, Hu as startAfter, zu as startAt, Ga as terminate, mh as updateDoc, ja as waitForPendingWrites, Uu as where, Dh as writeBatch };
17810
17807
  //# sourceMappingURL=index.rn.js.map