Skip to content

Commit aa0c377

Browse files
committed
docs: wip entry
1 parent 01d5651 commit aa0c377

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/cookbook/deployment-nuxt.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Deployment with NuxtModule
2+
3+
firebase init
4+
5+
add firebase-admin, firebase-functions
6+
7+
add specific config to firebase.json
8+
9+
NITRO_PRESET=firebase nuxt build
10+
11+
cd .output/server && pnpm i
12+
13+
Activate app check https://console.developers.google.com/apis/api/iamcredentials.googleapis.com/overview?project=998674887640a

0 commit comments

Comments
 (0)