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 0da1b9f commit 3d0a24fCopy full SHA for 3d0a24f
packages/functions/src/api.ts
@@ -48,6 +48,7 @@ export function getFunctions(
48
app: FirebaseApp = getApp(),
49
regionOrCustomDomain: string = DEFAULT_REGION
50
): Functions {
51
+ updateEmulatorBanner('Functions', false);
52
// Dependencies
53
const functionsProvider: Provider<'functions'> = _getProvider(
54
getModularInstance(app),
0 commit comments