@firebase/auth 1.10.2-canary.f92069a21 → 1.10.2
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-294605b2.js → index-cdd9f4d9.js} +6 -10
- package/dist/browser-cjs/index-cdd9f4d9.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 +3 -6
- package/dist/cordova/internal.js.map +1 -1
- package/dist/cordova/{popup_redirect-49b66796.js → popup_redirect-29a29390.js} +7 -8
- package/dist/cordova/popup_redirect-29a29390.js.map +1 -0
- package/dist/esm2017/{index-223275f2.js → index-68039fd7.js} +7 -11
- package/dist/esm2017/index-68039fd7.js.map +1 -0
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/index.webworker.js +6 -7
- 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-39e6a8aa.js → totp-2100a748.js} +6 -7
- package/dist/node/totp-2100a748.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-119a9e59.js → totp-623ce67b.js} +7 -8
- package/dist/node-esm/totp-623ce67b.js.map +1 -0
- package/dist/rn/{index-156bc938.js → index-25ca5d1a.js} +6 -7
- package/dist/rn/index-25ca5d1a.js.map +1 -0
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -4
- package/dist/rn/internal.js.map +1 -1
- package/dist/web-extension-cjs/index.js +1 -1
- package/dist/web-extension-cjs/internal.js +1 -4
- package/dist/web-extension-cjs/internal.js.map +1 -1
- package/dist/web-extension-cjs/{register-4d92f868.js → register-6f3f23c9.js} +6 -7
- package/dist/web-extension-cjs/register-6f3f23c9.js.map +1 -0
- package/dist/web-extension-esm2017/index.js +2 -2
- package/dist/web-extension-esm2017/internal.js +3 -6
- package/dist/web-extension-esm2017/internal.js.map +1 -1
- package/dist/web-extension-esm2017/{register-1b1dcd92.js → register-df079504.js} +7 -8
- package/dist/web-extension-esm2017/register-df079504.js.map +1 -0
- package/package.json +6 -6
- package/dist/browser-cjs/index-294605b2.js.map +0 -1
- package/dist/cordova/popup_redirect-49b66796.js.map +0 -1
- package/dist/esm2017/index-223275f2.js.map +0 -1
- package/dist/node/totp-39e6a8aa.js.map +0 -1
- package/dist/node-esm/totp-119a9e59.js.map +0 -1
- package/dist/rn/index-156bc938.js.map +0 -1
- package/dist/web-extension-cjs/register-4d92f868.js.map +0 -1
- package/dist/web-extension-esm2017/register-1b1dcd92.js.map +0 -1
|
@@ -3676,14 +3676,13 @@ 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
|
|
3679
3683
|
if (util.isCloudWorkstation(host)) {
|
|
3680
|
-
util.updateEmulatorBanner('Auth', true);
|
|
3681
|
-
// Workaround to get cookies in Firebase Studio
|
|
3682
3684
|
void util.pingServer(`${protocol}//${host}${portStr}`);
|
|
3683
3685
|
}
|
|
3684
|
-
else if (!disableWarnings) {
|
|
3685
|
-
emitEmulatorWarning();
|
|
3686
|
-
}
|
|
3687
3686
|
}
|
|
3688
3687
|
function extractProtocol(url) {
|
|
3689
3688
|
const protocolEnd = url.indexOf(':');
|
|
@@ -8086,7 +8085,7 @@ function _isEmptyString(input) {
|
|
|
8086
8085
|
}
|
|
8087
8086
|
|
|
8088
8087
|
var name = "@firebase/auth";
|
|
8089
|
-
var version = "1.10.2
|
|
8088
|
+
var version = "1.10.2";
|
|
8090
8089
|
|
|
8091
8090
|
/**
|
|
8092
8091
|
* @license
|
|
@@ -8351,4 +8350,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
|
|
|
8351
8350
|
exports.validatePassword = validatePassword;
|
|
8352
8351
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
8353
8352
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
8354
|
-
//# sourceMappingURL=register-
|
|
8353
|
+
//# sourceMappingURL=register-6f3f23c9.js.map
|