File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/data-connect/src/api Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,7 @@ import {
2424import { AppCheckInternalComponentName } from '@firebase/app-check-interop-types' ;
2525import { FirebaseAuthInternalName } from '@firebase/auth-interop-types' ;
2626import { Provider } from '@firebase/component' ;
27- import {
28- isCloudWorkstation ,
29- pingServer ,
30- updateEmulatorBanner
31- } from '@firebase/util' ;
27+ import { isCloudWorkstation , pingServer } from '@firebase/util' ;
3228
3329import { AppCheckTokenProvider } from '../core/AppCheckTokenProvider' ;
3430import { Code , DataConnectError } from '../core/error' ;
@@ -245,7 +241,6 @@ export function connectDataConnectEmulator(
245241 // Workaround to get cookies in Firebase Studio
246242 if ( isCloudWorkstation ( host ) ) {
247243 void pingServer ( `https://${ host } ${ port ? `:${ port } ` : '' } ` ) ;
248- updateEmulatorBanner ( 'Data Connect' , true ) ;
249244 }
250245 dc . enableEmulator ( { host, port, sslEnabled } ) ;
251246}
You can’t perform that action at this time.
0 commit comments