@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
|
@@ -3676,13 +3676,14 @@ function connectAuthEmulator(auth, url, options) {
|
|
|
3676
3676
|
authInternal.config.emulator = emulator;
|
|
3677
3677
|
authInternal.emulatorConfig = emulatorConfig;
|
|
3678
3678
|
authInternal.settings.appVerificationDisabledForTesting = true;
|
|
3679
|
-
if (!disableWarnings) {
|
|
3680
|
-
emitEmulatorWarning();
|
|
3681
|
-
}
|
|
3682
|
-
// Workaround to get cookies in Firebase Studio
|
|
3683
3679
|
if (util.isCloudWorkstation(host)) {
|
|
3680
|
+
util.updateEmulatorBanner('Auth', true);
|
|
3681
|
+
// Workaround to get cookies in Firebase Studio
|
|
3684
3682
|
void util.pingServer(`${protocol}//${host}${portStr}`);
|
|
3685
3683
|
}
|
|
3684
|
+
else if (!disableWarnings) {
|
|
3685
|
+
emitEmulatorWarning();
|
|
3686
|
+
}
|
|
3686
3687
|
}
|
|
3687
3688
|
function extractProtocol(url) {
|
|
3688
3689
|
const protocolEnd = url.indexOf(':');
|
|
@@ -7193,7 +7194,7 @@ function multiFactor(user) {
|
|
|
7193
7194
|
}
|
|
7194
7195
|
|
|
7195
7196
|
var name = "@firebase/auth";
|
|
7196
|
-
var version = "1.10.2-canary.
|
|
7197
|
+
var version = "1.10.2-canary.f92069a21";
|
|
7197
7198
|
|
|
7198
7199
|
/**
|
|
7199
7200
|
* @license
|
|
@@ -8653,4 +8654,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
|
|
|
8653
8654
|
exports.validatePassword = validatePassword;
|
|
8654
8655
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
8655
8656
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
8656
|
-
//# sourceMappingURL=index-
|
|
8657
|
+
//# sourceMappingURL=index-156bc938.js.map
|