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