firebase 9.6.2 → 9.6.3

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 +12 -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 +9 -9
  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 +3 -3
  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 +1141 -1141
  30. package/firebase-firestore-lite.js.map +1 -1
  31. package/firebase-firestore.js +874 -874
  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 +5 -5
  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 +7 -7
@@ -1,4 +1,4 @@
1
- import { _getProvider, getApp, _registerComponent, registerVersion } from 'https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js';
1
+ import { _getProvider, getApp, _registerComponent, registerVersion } from 'https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -1381,7 +1381,7 @@ function computeKey(app) {
1381
1381
  * See the License for the specific language governing permissions and
1382
1382
  * limitations under the License.
1383
1383
  */
1384
- const logger = new Logger('https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js-check');
1384
+ const logger = new Logger('https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js-check');
1385
1385
 
1386
1386
  /**
1387
1387
  * @license
@@ -1817,7 +1817,7 @@ function internalFactory(appCheck) {
1817
1817
  };
1818
1818
  }
1819
1819
 
1820
- const name = "https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js-check";
1820
+ const name = "https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js-check";
1821
1821
  const version = "0.5.3";
1822
1822
 
1823
1823
  /**
@@ -2226,7 +2226,7 @@ function throwIfThrottled(throttleData) {
2226
2226
  */
2227
2227
  /**
2228
2228
  * Activate App Check for the given app. Can be called only once per app.
2229
- * @param app - the {@link https://www.gstatic.com/firebasejs/9.6.2/firebase-app.js#FirebaseApp} to activate App Check for
2229
+ * @param app - the {@link https://www.gstatic.com/firebasejs/9.6.3/firebase-app.js#FirebaseApp} to activate App Check for
2230
2230
  * @param options - App Check initialization options
2231
2231
  * @public
2232
2232
  */