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 0c22c28 commit 64e9bf5Copy full SHA for 64e9bf5
src/v2/index.ts
@@ -77,3 +77,6 @@ export { params };
77
// NOTE: Required to support the Functions Emulator which monkey patches `functions.config()`
78
// TODO(danielylee): Remove in next major release.
79
export { config } from "../v1/config";
80
+
81
+import { setApp as setEmulatedAdminApp } from "../common/app";
82
+export const app = { setEmulatedAdminApp };
0 commit comments