Skip to content

p-adams/vuefire

 
 

Repository files navigation

VueFire logo

Vuefire & Vuexfire

Build Status Build Status

Synchronize your data and Firebase Cloud Store database in real-time

Note: This version currently supports Vue 2 and Firebase 7. Support for Vue 3 / Composition API and Firebase 8 is on the way.

Documentation

Introduction

Firebase provides two solutions to handle real-time databases: Realtime Database and Cloud Firestore (which is also a real-time database). Firebase provides a JavaScript SDK that implements client-side libraries used by applications using Firebase services to keep client data in sync with its respective cloud database. However, it quickly becomes bothersome to bind multiple documents or collections to your application, keep them synchronized, and handle references to other documents or collections -- collections that can contain references themselves and must also be kept up to date. The goal of Vuefire and Vuexfire is to make this as simple as a function call that returns a promise which easily enables SSR and allows you to focus on developing your application.

To better understand why Vuefire makes it so much easier to develop Vue apps with Firebase, please visit this link in the documentation

Note: This repository contains the code for vuefire and vuexfire packages:

Packages

Package version Description
vuefire vuefire-status Firebase bindings for vue
vuexfire vuexfire-status Firebase bindings for vuex
@posva/vuefire-bundler @posva/vuefire-bundler-status Rollup config to bundle packages
@posva/vuefire-core @posva/vuefire-core-status Core bindings used for vuefire and vuexfire
@posva/vuefire-test-helpers @posva/vuefire-test-helpers-status Helpers used across core, vuefire and vuexfire

Related

License

MIT

Sponsors

Help me keep working on Open Source in a sustainable way 🚀. Help me with as little as $1 a month, sponsor me on Github.

Platinum Sponsors

Finogeeks

Gold Sponsors

Vuetify VueJobs

Silver Sponsors

VueMastery Bird Eats Bug

Bronze Sponsors

Storyblok NuxtJS

About

🔥 Firebase bindings for Vue.js & Vuex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • HTML 8.3%
  • JavaScript 3.3%