firebase 9.6.11 → 9.7.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.
Files changed (44) hide show
  1. package/CHANGELOG.md +16 -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.js +3 -3
  12. package/firebase-app-check-compat.js +2 -2
  13. package/firebase-app-check-compat.js.map +1 -1
  14. package/firebase-app-check.js +9 -9
  15. package/firebase-app-check.js.map +1 -1
  16. package/firebase-app-compat.js +2 -2
  17. package/firebase-app-compat.js.map +1 -1
  18. package/firebase-app.js +9 -9
  19. package/firebase-auth-cordova.js +1 -1
  20. package/firebase-auth-react-native.js +1 -1
  21. package/firebase-auth.js +2 -2
  22. package/firebase-compat.js +4 -4
  23. package/firebase-compat.js.map +1 -1
  24. package/firebase-database.js +4 -4
  25. package/firebase-firestore-compat.js +1 -1
  26. package/firebase-firestore-compat.js.map +1 -1
  27. package/firebase-firestore-lite.js +127 -121
  28. package/firebase-firestore-lite.js.map +1 -1
  29. package/firebase-firestore.js +4115 -4023
  30. package/firebase-firestore.js.map +1 -1
  31. package/firebase-functions-compat.js +1 -1
  32. package/firebase-functions-compat.js.map +1 -1
  33. package/firebase-functions.js +31 -5
  34. package/firebase-functions.js.map +1 -1
  35. package/firebase-messaging-sw.js +1 -1
  36. package/firebase-messaging.js +1 -1
  37. package/firebase-performance-standalone-compat.es2017.js +5 -5
  38. package/firebase-performance-standalone-compat.es2017.js.map +1 -1
  39. package/firebase-performance-standalone-compat.js +1 -1
  40. package/firebase-performance-standalone-compat.js.map +1 -1
  41. package/firebase-performance.js +3 -3
  42. package/firebase-remote-config.js +2 -2
  43. package/firebase-storage.js +1 -1
  44. package/package.json +7 -7
@@ -1,4 +1,4 @@
1
- import { registerVersion, _registerComponent, _getProvider, getApp } from 'https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js';
1
+ import { registerVersion, _registerComponent, _getProvider, getApp } from 'https://www.gstatic.com/firebasejs/9.7.0/firebase-app.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -2969,7 +2969,7 @@ class PerformanceController {
2969
2969
  const DEFAULT_ENTRY_NAME = '[DEFAULT]';
2970
2970
  /**
2971
2971
  * Returns a {@link FirebasePerformance} instance for the given app.
2972
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js#FirebaseApp} to use.
2972
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.7.0/firebase-app.js#FirebaseApp} to use.
2973
2973
  * @public
2974
2974
  */
2975
2975
  function getPerformance(app = getApp()) {
@@ -2980,7 +2980,7 @@ function getPerformance(app = getApp()) {
2980
2980
  }
2981
2981
  /**
2982
2982
  * Returns a {@link FirebasePerformance} instance for the given app. Can only be called once.
2983
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js#FirebaseApp} to use.
2983
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.7.0/firebase-app.js#FirebaseApp} to use.
2984
2984
  * @param settings - Optional settings for the {@link FirebasePerformance} instance.
2985
2985
  * @public
2986
2986
  */
@@ -1,4 +1,4 @@
1
- import { registerVersion, _registerComponent, _getProvider, getApp, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js';
1
+ import { registerVersion, _registerComponent, _getProvider, getApp, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.7.0/firebase-app.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -1731,7 +1731,7 @@ class Value {
1731
1731
  */
1732
1732
  /**
1733
1733
  *
1734
- * @param app - The {@link https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js#FirebaseApp} instance.
1734
+ * @param app - The {@link https://www.gstatic.com/firebasejs/9.7.0/firebase-app.js#FirebaseApp} instance.
1735
1735
  * @returns A {@link RemoteConfig} instance.
1736
1736
  *
1737
1737
  * @public
@@ -1,4 +1,4 @@
1
- import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js';
1
+ import { getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION } from 'https://www.gstatic.com/firebasejs/9.7.0/firebase-app.js';
2
2
 
3
3
  /**
4
4
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase",
3
- "version": "9.6.11",
3
+ "version": "9.7.0",
4
4
  "description": "Firebase JavaScript library for web and Node.js",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "license": "Apache-2.0",
@@ -219,8 +219,8 @@
219
219
  "test:ci": "echo 'No test suite for firebase wrapper'"
220
220
  },
221
221
  "dependencies": {
222
- "@firebase/app": "0.7.21",
223
- "@firebase/app-compat": "0.1.22",
222
+ "@firebase/app": "0.7.22",
223
+ "@firebase/app-compat": "0.1.23",
224
224
  "@firebase/app-types": "0.7.0",
225
225
  "@firebase/auth": "0.19.12",
226
226
  "@firebase/auth-compat": "0.2.12",
@@ -228,8 +228,8 @@
228
228
  "@firebase/database-compat": "0.1.8",
229
229
  "@firebase/firestore": "3.4.8",
230
230
  "@firebase/firestore-compat": "0.1.17",
231
- "@firebase/functions": "0.7.11",
232
- "@firebase/functions-compat": "0.1.12",
231
+ "@firebase/functions": "0.8.0",
232
+ "@firebase/functions-compat": "0.2.0",
233
233
  "@firebase/installations": "0.5.8",
234
234
  "@firebase/messaging": "0.9.12",
235
235
  "@firebase/messaging-compat": "0.1.12",
@@ -242,8 +242,8 @@
242
242
  "@firebase/remote-config-compat": "0.1.8",
243
243
  "@firebase/analytics": "0.7.8",
244
244
  "@firebase/analytics-compat": "0.1.9",
245
- "@firebase/app-check": "0.5.6",
246
- "@firebase/app-check-compat": "0.2.6",
245
+ "@firebase/app-check": "0.5.7",
246
+ "@firebase/app-check-compat": "0.2.7",
247
247
  "@firebase/util": "1.5.2"
248
248
  },
249
249
  "devDependencies": {