Skip to content

Commit 0764385

Browse files
committed
docs: updates
1 parent f6d64ab commit 0764385

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- Works with Vue >=2.7 and Vue 3
1717
- Supports Composition and Options API
1818
- Supports Vuex, Pinia, and anything that gives you a Vue `ref()`
19-
- Built for Firebase 9 for optimal tree shaking
19+
- Built for Modular Firebase >=9 for optimal tree shaking
2020
- Automatically listen for changes in nested references
2121

2222
[**📚 Documentation**](https://vuefire.vuejs.org/)
@@ -38,17 +38,20 @@ VueFire requires the `firebase` package to be installed as well as `vuefire`:
3838
npm install vuefire firebase
3939
```
4040

41+
Check [the documentation](https://vuefire.vuejs.org/nuxt/getting-started.html) for Nuxt instructions.
42+
4143
## Usage
4244

4345
- [Getting Started](https://vuefire.vuejs.org/guide/getting-started.html)
4446
- [Vite Demo](https://github.com/posva/vuefire-vite-example)
45-
- _Coming soon_: Nuxt Demo.
47+
- [Nuxt demo - Spark Plan](https://github.com/posva/nuxt--vuefire-example-spark-plan)
48+
- [Nuxt demo - Blaze Plan](https://github.com/posva/nuxt--vuefire-example-blaze-plan)
4649

4750
## Related
4851

4952
- [Firebase Web Docs](https://firebase.google.com/docs/web/setup)
5053
- [Realtime database](https://firebase.google.com/docs/database/)
51-
- [Cloud Firestore](https://firebase.google.com/docs/firestore/) (You should try this one which is also realtime)
54+
- [Cloud Firestore](https://firebase.google.com/docs/firestore/)
5255

5356
## License
5457

0 commit comments

Comments
 (0)