Skip to content

Commit 2840644

Browse files
committed
fix(firebase): update gen 1 import to match latest sdk
1 parent ee6eaa2 commit 2840644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presets/firebase/runtime/firebase-gen-1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "#nitro-internal-pollyfills";
22
import { useNitroApp } from "nitropack/runtime";
33
import { useAppConfig } from "nitropack/runtime";
44

5-
import functions from "firebase-functions";
5+
import functions from "firebase-functions/v1";
66
import { toNodeListener } from "h3";
77

88
const nitroApp = useNitroApp();

0 commit comments

Comments
 (0)