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
@@ -740,7 +740,7 @@ l.MOCK_USER = new l("mock-user");
740
740
  * See the License for the specific language governing permissions and
741
741
  * limitations under the License.
742
742
  */
743
- let f = "9.6.2";
743
+ let f = "9.6.3-202201219200";
744
744
 
745
745
  /**
746
746
  * @license
@@ -3957,14 +3957,14 @@ class rn {
3957
3957
  * {@link getFirestore}. If the custom settings are empty, this function is
3958
3958
  * equivalent to calling {@link getFirestore}.
3959
3959
  *
3960
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} with which the `Firestore` instance will
3960
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} with which the `Firestore` instance will
3961
3961
  * be associated.
3962
3962
  * @param settings - A settings object to configure the `Firestore` instance.
3963
3963
  * @returns A newly initialized `Firestore` instance.
3964
3964
  */ (t));
3965
3965
  }
3966
3966
  /**
3967
- * The {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} associated with this `Firestore` service
3967
+ * The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} associated with this `Firestore` service
3968
3968
  * instance.
3969
3969
  */ get app() {
3970
3970
  if (!this._app) throw new U(F, "Firestore was not initialized using the Firebase SDK. 'app' is not available");
@@ -4035,10 +4035,10 @@ function on(t, e) {
4035
4035
 
4036
4036
  /**
4037
4037
  * Returns the existing `Firestore` instance that is associated with the
4038
- * provided {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
4038
+ * provided {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp}. If no instance exists, initializes a new
4039
4039
  * instance with default settings.
4040
4040
  *
4041
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} instance that the returned `Firestore`
4041
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.3-202201219200/firebase-app.js#FirebaseApp} instance that the returned `Firestore`
4042
4042
  * instance is associated with.
4043
4043
  * @returns The `Firestore` instance of the provided app.
4044
4044
  */ function un(e = getApp()) {
@@ -6615,7 +6615,7 @@ class kr {
6615
6615
  return e && r._setSettings(e), r;
6616
6616
  }), "PUBLIC")),
6617
6617
  // RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
6618
- registerVersion("firestore-lite", "3.4.2", ""), registerVersion("firestore-lite", "3.4.2", "esm2017");
6618
+ registerVersion("firestore-lite", "3.4.3-202201219200", ""), registerVersion("firestore-lite", "3.4.3-202201219200", "esm2017");
6619
6619
 
6620
6620
  export { vn as Bytes, fn as CollectionReference, hn as DocumentReference, Hn as DocumentSnapshot, _n as FieldPath, bn as FieldValue, sn as Firestore, U as FirestoreError, En as GeoPoint, ln as Query, tr as QueryConstraint, Kn as QueryDocumentSnapshot, Jn as QuerySnapshot, gt as Timestamp, kr as Transaction, Fr as WriteBatch, Pr as addDoc, Nr as arrayRemove, Dr as arrayUnion, dn as collection, wn as collectionGroup, cn as connectFirestoreEmulator, Ar as deleteDoc, Rr as deleteField, mn as doc, gn as documentId, wr as endAt, dr as endBefore, br as getDoc, Er as getDocs, un as getFirestore, $r as increment, on as initializeFirestore, ur as limit, cr as limitToLast, ir as orderBy, er as query, yn as queryEqual, pn as refEqual, jr as runTransaction, Vr as serverTimestamp, Tr as setDoc, w as setLogLevel, Xn as snapshotEqual, lr as startAfter, hr as startAt, an as terminate, Ir as updateDoc, rr as where, xr as writeBatch };
6621
6621