Integrations > Firebase


vuefire 8.62


🔥 Firebase bindings for Vue.js
  • database
  • firebase
  • firestore
  • nuxt
  • pinia
  • realtime
  • vue
  • vuex
  • vuefire
  • vuexfire
  • composition
  • api
last commit 2 years ago
3345
Stargazers

Watchers
3345
Open issues
19
510853
Downloads

Last 30 days
25552
Releases
5
69
Final Score

Quality
85
Popularity
29
Maintenance
95

VueFire logo


npm package build status code coverage


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

Roadmap

VueFire is currently being rewritten to support Vue 3 and Firebase 9. You can follow the progress on the Roadmap issue. While it's currently in alpha, it's the recommended version to use, even for Vue 2, is it covers everything VueFire 2 did and more.

Installation

VueFire requires the firebase package to be installed as well as vuefire:

npm install vuefire

Usage

Getting Started

Related

License

MIT