vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link
database firebase firestore nuxt pinia realtime vue vuex

VueFire logo


npm package build status


Firebase for Vue made easy!

📚 Documentation

Help me keep working on this project 💚

Silver Sponsors

VueMastery Prefect

Bronze Sponsors

Stanislas Ormières Antony Konstantinidis Storyblok Nuxt UI Pro Templates

--- ## Status - VueFire and Nuxt VueFire are both currently stable ## Roadmap You can follow the progress and future plans on [the Roadmap issue](https://github.com/vuejs/vuefire/issues/1241). ## Installation VueFire requires the `firebase` package to be installed as well as `vuefire`: ```bash npm install vuefire firebase ``` Check [the documentation](https://vuefire.vuejs.org/nuxt/getting-started.html) for Nuxt instructions. ## Usage - [Getting Started](https://vuefire.vuejs.org/guide/getting-started.html) - [Vite Demo](https://github.com/posva/vuefire-vite-example) - [Nuxt demo - Spark Plan](https://github.com/posva/nuxt--vuefire-example-spark-plan) - [Nuxt demo - Blaze Plan](https://github.com/posva/nuxt--vuefire-example-blaze-plan) ## Related - [Firebase Web Docs](https://firebase.google.com/docs/web/setup) - [Realtime database](https://firebase.google.com/docs/database/) - [Cloud Firestore](https://firebase.google.com/docs/firestore/) ## License [MIT](http://opensource.org/licenses/MIT)