Skip to content

Commit 3d0a24f

Browse files
committed
Added back emulator banner change
1 parent 0da1b9f commit 3d0a24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/functions/src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export function getFunctions(
4848
app: FirebaseApp = getApp(),
4949
regionOrCustomDomain: string = DEFAULT_REGION
5050
): Functions {
51+
updateEmulatorBanner('Functions', false);
5152
// Dependencies
5253
const functionsProvider: Provider<'functions'> = _getProvider(
5354
getModularInstance(app),

0 commit comments

Comments
 (0)