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
📚 Documentation
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
Related
License
MIT
3.0.0 (2022-12-23)
<p align="center">
<a href="https://vuefire.vuejs.org" target="_blank" rel="noopener noreferrer">
<img width="100" src="https://vuefire.vuejs.org/logo.svg" alt="VueFire logo">
</a>
</p>
VueFire 3 is now entering its stable phase! 🎉
This release doesn't include any changes from the previous beta, but it's now considered a good time to start using it in production.
Head over to the Documentation to learn more about VueFire 3.
Report any bugs you find on GitHub Issues.