kaorun343 / vuefire

🔥 Firebase bindings for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuefire / Vuexfire Build Status

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

Introduction

Firebase provides two solutions to handle real-time databases: Realtime Database and Cloud Store (which is also a realtime database). In order to keep all clients data in-sync with its cloud database, their js SDK provides the tools to do so. However, it quickly becomes bothersome to bind multiple documents or collections to your application, keep them synchronized as well as handling references to other documents or collections, which 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 so it is also easy to setup SSR and allows you to focus on developing your application.

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

Current version only supports Cloud Store. Support for both Realtime Database and Cloud Store will be added in the future. If you need to use Realtime Database, use v1.x.x of vuefire or v2.x.x of vuexfire

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

About

🔥 Firebase bindings for Vue.js


Languages

Language:JavaScript 86.4%Language:HTML 12.6%Language:TypeScript 1.0%