Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 3, 2024
1 parent 2f2ac79 commit d910d18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ You can follow the progress and future plans on [the Roadmap issue](https://gith
VueFire requires the `firebase` package to be installed as well as `vuefire`:

```bash
npm install firebase
npx nuxi@latest module add vuefire
```

Expand Down
1 change: 1 addition & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Before using VueFire, make sure you have a Firebase account and a project setup

In order to get started make sure to install the latest version of `vuefire` as well as `firebase`:
```bash
npm i firebase
npx nuxi@latest module add vuefire
```

Expand Down
1 change: 1 addition & 0 deletions docs/nuxt/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ VueFire comes with an official Nuxt module that automatically handles most of th

## Installation
```bash
npm install firebase
npx nuxi@latest module add vuefire
```

Expand Down

0 comments on commit d910d18

Please sign in to comment.