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 83b84f0 commit c824b35Copy full SHA for c824b35
.changeset/three-singers-wonder.md
@@ -2,6 +2,9 @@
2
"@firebase/auth": patch
3
"@firebase/firestore": patch
4
"@firebase/util": patch
5
+"@firebase/database": patch
6
+"@firebase/storage": patch
7
+"@firebase/functions": patch
8
---
9
10
Add Emulator Overlay
packages/util/src/emulator.ts
@@ -198,7 +198,7 @@ export function updateEmulatorBanner(
198
199
emulatorStatus[name] = isRunningEmulator;
200
201
- function prefixedId(id: string) {
+ function prefixedId(id: string): string {
202
return `__firebase__banner__${id}`;
203
}
204
const bannerId = '__firebase__banner';
0 commit comments