firebase 9.6.2-canary.044a8d7f9 → 9.6.2-canary.88d43ec00

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/app/dist/index.cjs.js +1 -1
  2. package/app/dist/index.esm.js +1 -1
  3. package/app/dist/index.mjs +1 -1
  4. package/compat/app/dist/index.cjs.js +1 -1
  5. package/compat/app/dist/index.esm.js +1 -1
  6. package/compat/app/dist/index.mjs +1 -1
  7. package/compat/dist/index.esm.js +2 -2
  8. package/compat/dist/index.node.cjs +2 -2
  9. package/compat/dist/index.rn.cjs.js +2 -2
  10. package/firebase-analytics-compat.js +1 -1
  11. package/firebase-analytics.js +5 -5
  12. package/firebase-app-check-compat.js +1 -1
  13. package/firebase-app-check.js +5 -5
  14. package/firebase-app-compat.js +2 -2
  15. package/firebase-app.js +9 -9
  16. package/firebase-auth-compat.js +1 -1
  17. package/firebase-auth.js +3 -3
  18. package/firebase-compat.js +4 -4
  19. package/firebase-compat.js.map +1 -1
  20. package/firebase-database-compat.js +1 -1
  21. package/firebase-database.js +5 -5
  22. package/firebase-firestore-compat.js +1 -1
  23. package/firebase-firestore-compat.js.map +1 -1
  24. package/firebase-firestore-lite.js +129 -129
  25. package/firebase-firestore-lite.js.map +1 -1
  26. package/firebase-firestore.js +874 -874
  27. package/firebase-firestore.js.map +1 -1
  28. package/firebase-functions-compat.js +1 -1
  29. package/firebase-functions.js +3 -3
  30. package/firebase-messaging-compat.js +1 -1
  31. package/firebase-messaging-compat.js.map +1 -1
  32. package/firebase-messaging-sw.js +5 -5
  33. package/firebase-messaging-sw.js.map +1 -1
  34. package/firebase-messaging.js +4 -4
  35. package/firebase-messaging.js.map +1 -1
  36. package/firebase-performance-compat.js +1 -1
  37. package/firebase-performance-standalone-compat.es2017.js +7 -7
  38. package/firebase-performance-standalone-compat.js +1 -1
  39. package/firebase-performance.js +5 -5
  40. package/firebase-remote-config-compat.js +1 -1
  41. package/firebase-remote-config.js +4 -4
  42. package/firebase-storage-compat.js +1 -1
  43. package/firebase-storage.js +2 -2
  44. package/package.json +26 -26
package/firebase-auth.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _getProvider, _registerComponent, SDK_VERSION, registerVersion, getApp } from 'https://www.gstatic.com/firebasejs/9.6.2-canary.044a8d7f9/firebase-app.js';
1
+ import { _getProvider, _registerComponent, SDK_VERSION, registerVersion, getApp } from 'https://www.gstatic.com/firebasejs/9.6.2-canary.88d43ec00/firebase-app.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -10156,7 +10156,7 @@ class PhoneMultiFactorGenerator {
10156
10156
  PhoneMultiFactorGenerator.FACTOR_ID = 'phone';
10157
10157
 
10158
10158
  var name = "@firebase/auth";
10159
- var version = "0.19.5-canary.044a8d7f9";
10159
+ var version = "0.19.5-canary.88d43ec00";
10160
10160
 
10161
10161
  /**
10162
10162
  * @license
@@ -10322,7 +10322,7 @@ function registerAuth(clientPlatform) {
10322
10322
  * limitations under the License.
10323
10323
  */
10324
10324
  /**
10325
- * Returns the Auth instance associated with the provided {@link https://www.gstatic.com/firebasejs/9.6.2-canary.044a8d7f9/firebase-app.js#FirebaseApp}.
10325
+ * Returns the Auth instance associated with the provided {@link https://www.gstatic.com/firebasejs/9.6.2-canary.88d43ec00/firebase-app.js#FirebaseApp}.
10326
10326
  * If no instance exists, initializes an Auth instance with platform-specific default dependencies.
10327
10327
  *
10328
10328
  * @param app - The Firebase App.