From 74afa1f77c4d4ce2f1628173b4558257e8b91b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esma=20Aydo=C4=9Fdu?= <43410595+esmaydogdu@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:42:36 +0100 Subject: [PATCH] Update getting-started.md Adding a small note to prevent error about module config from the command module add vuefire --- docs/nuxt/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/nuxt/getting-started.md b/docs/nuxt/getting-started.md index 3b8fdfd9..47c9311a 100644 --- a/docs/nuxt/getting-started.md +++ b/docs/nuxt/getting-started.md @@ -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: