We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c22c28 commit 4b7b279Copy full SHA for 4b7b279
CHANGELOG.md
@@ -0,0 +1 @@
1
+- Fix bug where v1 functions can't be emulated (#1615)
src/v2/index.ts
@@ -77,3 +77,7 @@ 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
+// Required for v1 Emulator support.
82
+import { setApp as setEmulatedAdminApp } from "../common/app";
83
+export const app = { setEmulatedAdminApp };
0 commit comments