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 3d0a24f commit c553d99Copy full SHA for c553d99
packages/auth/src/platform_browser/index.ts
@@ -114,6 +114,8 @@ export function getAuth(app: FirebaseApp = getApp()): Auth {
114
const authEmulatorHost = getDefaultEmulatorHost('auth');
115
if (authEmulatorHost) {
116
connectAuthEmulator(auth, `http://${authEmulatorHost}`);
117
+ } else {
118
+ updateEmulatorBanner('Auth', false);
119
}
120
121
return auth;
0 commit comments