File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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`:
3838npm 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
You can’t perform that action at this time.
0 commit comments