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 ee6eaa2 commit 2840644Copy full SHA for 2840644
src/presets/firebase/runtime/firebase-gen-1.ts
@@ -2,7 +2,7 @@ import "#nitro-internal-pollyfills";
2
import { useNitroApp } from "nitropack/runtime";
3
import { useAppConfig } from "nitropack/runtime";
4
5
-import functions from "firebase-functions";
+import functions from "firebase-functions/v1";
6
import { toNodeListener } from "h3";
7
8
const nitroApp = useNitroApp();
0 commit comments