Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update getting-started.md
Adding a small note to prevent error about module config from the command module add vuefire
  • Loading branch information
esmaydogdu authored Jan 4, 2025
commit 74afa1f77c4d4ce2f1628173b4558257e8b91b13
2 changes: 2 additions & 0 deletions docs/nuxt/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ VueFire comes with an official Nuxt module that automatically handles most of th
npm install firebase
npx nuxi@latest module add vuefire
```
(You might need to run the second command after initializing the vuefire module configuration in your `nuxt.config.js`)


Additionally, if you are using [SSR](https://nuxt.com/docs/api/configuration/nuxt-config/#ssr), you need to install `firebase-admin` and its peer dependencies:

Expand Down