@firebase/auth 1.10.2-canary.f8334eade → 1.10.2-canary.f92069a21
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/dist/browser-cjs/{index-3a7911ff.js → index-294605b2.js} +10 -6
- package/dist/browser-cjs/index-294605b2.js.map +1 -0
- package/dist/browser-cjs/index.js +1 -1
- package/dist/browser-cjs/internal.js +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +6 -3
- package/dist/cordova/internal.js.map +1 -1
- package/dist/cordova/{popup_redirect-74a356e4.js → popup_redirect-49b66796.js} +8 -7
- package/dist/cordova/popup_redirect-49b66796.js.map +1 -0
- package/dist/esm2017/{index-a992d731.js → index-223275f2.js} +11 -7
- package/dist/esm2017/index-223275f2.js.map +1 -0
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/index.webworker.js +7 -6
- package/dist/index.webworker.js.map +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/{totp-43bffa28.js → totp-39e6a8aa.js} +7 -6
- package/dist/node/totp-39e6a8aa.js.map +1 -0
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/{totp-93681d1c.js → totp-119a9e59.js} +8 -7
- package/dist/node-esm/totp-119a9e59.js.map +1 -0
- package/dist/rn/{index-7245182c.js → index-156bc938.js} +7 -6
- package/dist/rn/index-156bc938.js.map +1 -0
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +4 -1
- package/dist/rn/internal.js.map +1 -1
- package/dist/web-extension-cjs/index.js +1 -1
- package/dist/web-extension-cjs/internal.js +4 -1
- package/dist/web-extension-cjs/internal.js.map +1 -1
- package/dist/web-extension-cjs/{register-6a74d03d.js → register-4d92f868.js} +7 -6
- package/dist/web-extension-cjs/register-4d92f868.js.map +1 -0
- package/dist/web-extension-esm2017/index.js +2 -2
- package/dist/web-extension-esm2017/internal.js +6 -3
- package/dist/web-extension-esm2017/internal.js.map +1 -1
- package/dist/web-extension-esm2017/{register-6f618819.js → register-1b1dcd92.js} +8 -7
- package/dist/web-extension-esm2017/register-1b1dcd92.js.map +1 -0
- package/package.json +6 -6
- package/dist/browser-cjs/index-3a7911ff.js.map +0 -1
- package/dist/cordova/popup_redirect-74a356e4.js.map +0 -1
- package/dist/esm2017/index-a992d731.js.map +0 -1
- package/dist/node/totp-43bffa28.js.map +0 -1
- package/dist/node-esm/totp-93681d1c.js.map +0 -1
- package/dist/rn/index-7245182c.js.map +0 -1
- package/dist/web-extension-cjs/register-6a74d03d.js.map +0 -1
- package/dist/web-extension-esm2017/register-6f618819.js.map +0 -1
package/dist/node/index.js
CHANGED
package/dist/node/internal.js
CHANGED
|
@@ -3631,13 +3631,14 @@ function connectAuthEmulator(auth, url, options) {
|
|
|
3631
3631
|
authInternal.config.emulator = emulator;
|
|
3632
3632
|
authInternal.emulatorConfig = emulatorConfig;
|
|
3633
3633
|
authInternal.settings.appVerificationDisabledForTesting = true;
|
|
3634
|
-
if (!disableWarnings) {
|
|
3635
|
-
emitEmulatorWarning();
|
|
3636
|
-
}
|
|
3637
|
-
// Workaround to get cookies in Firebase Studio
|
|
3638
3634
|
if (util.isCloudWorkstation(host)) {
|
|
3635
|
+
util.updateEmulatorBanner('Auth', true);
|
|
3636
|
+
// Workaround to get cookies in Firebase Studio
|
|
3639
3637
|
void util.pingServer(`${protocol}//${host}${portStr}`);
|
|
3640
3638
|
}
|
|
3639
|
+
else if (!disableWarnings) {
|
|
3640
|
+
emitEmulatorWarning();
|
|
3641
|
+
}
|
|
3641
3642
|
}
|
|
3642
3643
|
function extractProtocol(url) {
|
|
3643
3644
|
const protocolEnd = url.indexOf(':');
|
|
@@ -7139,7 +7140,7 @@ function multiFactor(user) {
|
|
|
7139
7140
|
}
|
|
7140
7141
|
|
|
7141
7142
|
var name = "@firebase/auth";
|
|
7142
|
-
var version = "1.10.2-canary.
|
|
7143
|
+
var version = "1.10.2-canary.f92069a21";
|
|
7143
7144
|
|
|
7144
7145
|
/**
|
|
7145
7146
|
* @license
|
|
@@ -7662,4 +7663,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
|
|
|
7662
7663
|
exports.validatePassword = validatePassword;
|
|
7663
7664
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
7664
7665
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
7665
|
-
//# sourceMappingURL=totp-
|
|
7666
|
+
//# sourceMappingURL=totp-39e6a8aa.js.map
|