@noook/vuefire
v3.1.1
Published
Official Firebase bindings for Vue.js
Downloads
21
Maintainers
Readme
Firebase for Vue made easy!
- Works with Vue >=2.7 and Vue 3
- Supports Composition and Options API
- Supports Vuex, Pinia, and anything that gives you a Vue
ref()
- Built for Firebase 9 for optimal tree shaking
- Automatically listen for changes in nested references
Status
- VueFire is currently stable
- Nuxt VueFire is in Preview
Roadmap
You can follow the progress and future plans on the Roadmap issue.
Installation
VueFire requires the firebase
package to be installed as well as vuefire
:
npm install vuefire firebase
Usage
- Getting Started
- Vite Demo
- Coming soon: Nuxt Demo.
Related
- Firebase Web Docs
- Realtime database
- Cloud Firestore (You should try this one which is also realtime)