firebase 9.6.2 → 9.6.3-202201219200

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/app/dist/index.cjs.js +1 -1
  3. package/app/dist/index.esm.js +1 -1
  4. package/app/dist/index.mjs +1 -1
  5. package/compat/app/dist/index.cjs.js +1 -1
  6. package/compat/app/dist/index.esm.js +1 -1
  7. package/compat/app/dist/index.mjs +1 -1
  8. package/compat/dist/index.esm.js +2 -2
  9. package/compat/dist/index.node.cjs +2 -2
  10. package/compat/dist/index.rn.cjs.js +2 -2
  11. package/firebase-analytics-compat.js.map +1 -1
  12. package/firebase-analytics.js +3 -3
  13. package/firebase-analytics.js.map +1 -1
  14. package/firebase-app-check-compat.js.map +1 -1
  15. package/firebase-app-check.js +4 -4
  16. package/firebase-app-check.js.map +1 -1
  17. package/firebase-app-compat.js +2 -2
  18. package/firebase-app-compat.js.map +1 -1
  19. package/firebase-app.js +8 -8
  20. package/firebase-app.js.map +1 -1
  21. package/firebase-auth-compat.js.map +1 -1
  22. package/firebase-auth.js +4 -4
  23. package/firebase-auth.js.map +1 -1
  24. package/firebase-compat.js +4 -4
  25. package/firebase-compat.js.map +1 -1
  26. package/firebase-database.js +4 -4
  27. package/firebase-firestore-compat.js +1 -1
  28. package/firebase-firestore-compat.js.map +1 -1
  29. package/firebase-firestore-lite.js +7 -7
  30. package/firebase-firestore-lite.js.map +1 -1
  31. package/firebase-firestore.js +8 -8
  32. package/firebase-firestore.js.map +1 -1
  33. package/firebase-functions-compat.js.map +1 -1
  34. package/firebase-functions.js +2 -2
  35. package/firebase-functions.js.map +1 -1
  36. package/firebase-messaging-compat.js +1 -1
  37. package/firebase-messaging-compat.js.map +1 -1
  38. package/firebase-messaging-sw.js +4 -4
  39. package/firebase-messaging-sw.js.map +1 -1
  40. package/firebase-messaging.js +3 -3
  41. package/firebase-messaging.js.map +1 -1
  42. package/firebase-performance-compat.js.map +1 -1
  43. package/firebase-performance-standalone-compat.es2017.js +3 -3
  44. package/firebase-performance-standalone-compat.es2017.js.map +1 -1
  45. package/firebase-performance-standalone-compat.js +1 -1
  46. package/firebase-performance-standalone-compat.js.map +1 -1
  47. package/firebase-performance.js +3 -3
  48. package/firebase-performance.js.map +1 -1
  49. package/firebase-remote-config-compat.js.map +1 -1
  50. package/firebase-remote-config.js +2 -2
  51. package/firebase-remote-config.js.map +1 -1
  52. package/firebase-storage-compat.js.map +1 -1
  53. package/firebase-storage.js +1 -1
  54. package/firebase-storage.js.map +1 -1
  55. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js';
1
+ import { _registerComponent, registerVersion, _getProvider, getApp, _removeServiceInstance, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -979,7 +979,7 @@ C.MOCK_USER = new C("mock-user");
979
979
  * See the License for the specific language governing permissions and
980
980
  * limitations under the License.
981
981
  */
982
- let N = "9.6.2";
982
+ let N = "9.6.3-202201219200";
983
983
 
984
984
  /**
985
985
  * @license
@@ -15717,7 +15717,7 @@ class Ac {
15717
15717
  */ (t));
15718
15718
  }
15719
15719
  /**
15720
- * The {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} associated with this `Firestore` service
15720
+ * The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} associated with this `Firestore` service
15721
15721
  * instance.
15722
15722
  */ get app() {
15723
15723
  if (!this._app) throw new Q(j.FAILED_PRECONDITION, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
@@ -16342,7 +16342,7 @@ class Mc extends Rc {
16342
16342
  * {@link getFirestore}. If the custom settings are empty, this function is
16343
16343
  * equivalent to calling {@link getFirestore}.
16344
16344
  *
16345
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
16345
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} with which the {@link Firestore} instance will
16346
16346
  * be associated.
16347
16347
  * @param settings - A settings object to configure the {@link Firestore} instance.
16348
16348
  * @returns A newly initialized {@link Firestore} instance.
@@ -16361,10 +16361,10 @@ class Mc extends Rc {
16361
16361
 
16362
16362
  /**
16363
16363
  * Returns the existing {@link Firestore} instance that is associated with the
16364
- * provided {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
16364
+ * provided {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
16365
16365
  * instance with default settings.
16366
16366
  *
16367
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
16367
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} instance that the returned {@link Firestore}
16368
16368
  * instance is associated with.
16369
16369
  * @returns The {@link Firestore} instance of the provided app.
16370
16370
  */ function Bc(e = getApp()) {
@@ -18754,9 +18754,9 @@ function Ah(t, e) {
18754
18754
  return n = Object.assign({
18755
18755
  useFetchStreams: e
18756
18756
  }, n), i._setSettings(n), i;
18757
- }), "PUBLIC")), registerVersion(D, "3.4.2", t),
18757
+ }), "PUBLIC")), registerVersion(D, "3.4.3-202201219200", t),
18758
18758
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
18759
- registerVersion(D, "3.4.2", "esm2017");
18759
+ registerVersion(D, "3.4.3-202201219200", "esm2017");
18760
18760
  }();
18761
18761
 
18762
18762
  export { oh as AbstractUserDataWriter, nu as Bytes, Fc as CACHE_SIZE_UNLIMITED, Vc as CollectionReference, Pc as DocumentReference, $u as DocumentSnapshot, tu as FieldPath, su as FieldValue, Mc as Firestore, Q as FirestoreError, iu as GeoPoint, Oc as LoadBundleTask, vc as Query, Uu as QueryConstraint, Ou as QueryDocumentSnapshot, Fu as QuerySnapshot, xu as SnapshotMetadata, ct as Timestamp, Ph as Transaction, uh as WriteBatch, wc as _DatabaseId, Dt as _DocumentKey, et as _EmptyAppCheckTokenProvider, z as _EmptyAuthCredentialsProvider, mt as _FieldPath, Ec as _cast, q as _debugAssert, yt as _isBase64Available, M as _logWarn, gc as _validateIsNotUsedTogether, Eh as addDoc, Ch as arrayRemove, Dh as arrayUnion, Wc as clearIndexedDbPersistence, Sc as collection, Dc as collectionGroup, bc as connectFirestoreEmulator, Th as deleteDoc, Vh as deleteField, Hc as disableNetwork, Cc as doc, eu as documentId, Kc as enableIndexedDbPersistence, jc as enableMultiTabIndexedDbPersistence, zc as enableNetwork, eh as endAt, th as endBefore, Uc as ensureFirestoreConfigured, Rh as executeWrite, lh as getDoc, dh as getDocFromCache, wh as getDocFromServer, _h as getDocs, mh as getDocsFromCache, gh as getDocsFromServer, Bc as getFirestore, Nh as increment, Lc as initializeFirestore, zu as limit, Hu as limitToLast, Yc as loadBundle, Xc as namedQuery, Ih as onSnapshot, Ah as onSnapshotsInSync, Wu as orderBy, qu as query, kc as queryEqual, Nc as refEqual, vh as runTransaction, Sh as serverTimestamp, yh as setDoc, $ as setLogLevel, Lu as snapshotEqual, Xu as startAfter, Yu as startAt, Jc as terminate, ph as updateDoc, Gc as waitForPendingWrites, ju as where, kh as writeBatch };