Skip to content

Commit d910d18

Browse files
authored
chore: clean up
1 parent 2f2ac79 commit d910d18

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ You can follow the progress and future plans on [the Roadmap issue](https://gith
9090
VueFire requires the `firebase` package to be installed as well as `vuefire`:
9191

9292
```bash
93+
npm install firebase
9394
npx nuxi@latest module add vuefire
9495
```
9596

docs/guide/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Before using VueFire, make sure you have a Firebase account and a project setup
66

77
In order to get started make sure to install the latest version of `vuefire` as well as `firebase`:
88
```bash
9+
npm i firebase
910
npx nuxi@latest module add vuefire
1011
```
1112

docs/nuxt/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ VueFire comes with an official Nuxt module that automatically handles most of th
44

55
## Installation
66
```bash
7+
npm install firebase
78
npx nuxi@latest module add vuefire
89
```
910

0 commit comments

Comments
 (0)