Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/vuefire
π₯ Firebase bindings for Vue.js
https://github.com/vuejs/vuefire
database firebase firestore nuxt pinia realtime vue vuex
Last synced: 27 days ago
JSON representation
π₯ Firebase bindings for Vue.js
- Host: GitHub
- URL: https://github.com/vuejs/vuefire
- Owner: vuejs
- License: mit
- Created: 2016-01-07T22:57:53.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:21:59.000Z (7 months ago)
- Last Synced: 2024-04-15T12:20:06.443Z (7 months ago)
- Topics: database, firebase, firestore, nuxt, pinia, realtime, vue, vuex
- Language: TypeScript
- Homepage: https://vuefire.vuejs.org
- Size: 10.3 MB
- Stars: 3,793
- Watchers: 73
- Forks: 322
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-firebase - VueFire - Vue.js 1 & 2 binding for Firebase 2 & 3 (Adapters)
- awesome-vue-js - Vuefire
- awesome-firebase - VueFire - Vue.jsλ₯Ό μν Firebase λ°μΈλ© λΌμ΄λΈλ¬λ¦¬μ λλ€. (μΉ)
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 Modular Firebase >=9 for optimal tree shaking
- Automatically listen for changes in nested references[**π Documentation**](https://vuefire.vuejs.org/)
## Help me keep working on this project π
- [Become a Sponsor on GitHub](https://github.com/sponsors/posva)
- [One-time donation via PayPal](https://paypal.me/posva)Silver Sponsors
Bronze Sponsors
---
## 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)