Skip to content

Commit 2172658

Browse files
committed
chore: revert changes to other docs
1 parent d910d18 commit 2172658

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +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
94-
npx nuxi@latest module add vuefire
93+
npm install vuefire firebase
9594
```
9695

9796
Check [the documentation](https://vuefire.vuejs.org/nuxt/getting-started.html) for Nuxt instructions.

Diff for: docs/guide/getting-started.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@ Before using VueFire, make sure you have a Firebase account and a project setup
55
## Installation
66

77
In order to get started make sure to install the latest version of `vuefire` as well as `firebase`:
8-
```bash
9-
npm i firebase
10-
npx nuxi@latest module add vuefire
8+
9+
::: code-group
10+
11+
```sh [pnpm]
12+
pnpm i vuefire firebase
13+
```
14+
15+
```sh [yarn]
16+
yarn add vuefire firebase
1117
```
1218

19+
```sh [npm]
20+
npm i vuefire firebase
21+
```
22+
23+
:::
24+
1325
::: warning
1426

1527
VueFire requires Firebase JS SDK >= 9 but **is compatible with Vue 2 and Vue 3**.

0 commit comments

Comments
 (0)