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.
- package/app/dist/index.cjs.js +1 -1
- package/app/dist/index.esm.js +1 -1
- package/app/dist/index.mjs +1 -1
- package/compat/app/dist/index.cjs.js +1 -1
- package/compat/app/dist/index.esm.js +1 -1
- package/compat/app/dist/index.mjs +1 -1
- package/compat/dist/index.esm.js +2 -2
- package/compat/dist/index.node.cjs +2 -2
- package/compat/dist/index.rn.cjs.js +2 -2
- package/firebase-analytics-compat.js +1 -1
- package/firebase-analytics.js +5 -5
- package/firebase-app-check-compat.js +1 -1
- package/firebase-app-check.js +5 -5
- package/firebase-app-compat.js +2 -2
- package/firebase-app.js +9 -9
- package/firebase-auth-compat.js +1 -1
- package/firebase-auth.js +3 -3
- package/firebase-compat.js +4 -4
- package/firebase-compat.js.map +1 -1
- package/firebase-database-compat.js +1 -1
- package/firebase-database.js +5 -5
- package/firebase-firestore-compat.js +1 -1
- package/firebase-firestore-compat.js.map +1 -1
- package/firebase-firestore-lite.js +129 -129
- package/firebase-firestore-lite.js.map +1 -1
- package/firebase-firestore.js +874 -874
- package/firebase-firestore.js.map +1 -1
- package/firebase-functions-compat.js +1 -1
- package/firebase-functions.js +3 -3
- package/firebase-messaging-compat.js +1 -1
- package/firebase-messaging-compat.js.map +1 -1
- package/firebase-messaging-sw.js +5 -5
- package/firebase-messaging-sw.js.map +1 -1
- package/firebase-messaging.js +4 -4
- package/firebase-messaging.js.map +1 -1
- package/firebase-performance-compat.js +1 -1
- package/firebase-performance-standalone-compat.es2017.js +7 -7
- package/firebase-performance-standalone-compat.js +1 -1
- package/firebase-performance.js +5 -5
- package/firebase-remote-config-compat.js +1 -1
- package/firebase-remote-config.js +4 -4
- package/firebase-storage-compat.js +1 -1
- package/firebase-storage.js +2 -2
- 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.
|
|
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.
|
|
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.
|
|
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.
|