We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2639cee commit 309cedfCopy full SHA for 309cedf
packages/auth/src/auth.js
@@ -301,7 +301,8 @@ fireauth.Auth.prototype.useEmulator = function(url) {
301
if (!this.emulatorConfig_) {
302
if (!/^https?:\/\//.test(url)) {
303
throw new fireauth.AuthError(
304
- fireauth.authenum.Error.ARGUMENT_ERROR, 'Emulator URL must start with a valid scheme (http:// or https://).');
+ fireauth.authenum.Error.ARGUMENT_ERROR,
305
+ 'Emulator URL must start with a valid scheme (http:// or https://).');
306
}
307
// Emit a warning so dev knows we are now in test mode.
308
this.emitEmulatorWarning_();
0 commit comments