Skip to content

Commit 64e9bf5

Browse files
committed
Export 'app' in v2 entrypoint.
Fixes firebase/firebase-tools#7637.
1 parent 0c22c28 commit 64e9bf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/v2/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ export { params };
7777
// NOTE: Required to support the Functions Emulator which monkey patches `functions.config()`
7878
// TODO(danielylee): Remove in next major release.
7979
export { config } from "../v1/config";
80+
81+
import { setApp as setEmulatedAdminApp } from "../common/app";
82+
export const app = { setEmulatedAdminApp };

0 commit comments

Comments
 (0)