All Projects → vuejs → Vuefire

vuejs / Vuefire

Licence: mit
🔥 Firebase bindings for Vue.js & Vuex

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vuefire

Sapphiredb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Stars: ✭ 326 (-89.92%)
Mutual labels:  database, firebase, firestore, realtime
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (-96.1%)
Mutual labels:  database, firebase, firestore
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+2.75%)
Mutual labels:  database, firebase, realtime
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+199.13%)
Mutual labels:  database, firebase, firestore
Tiledesk Dashboard
The Tiledesk dashboard. Tiledesk is an Open Source Live Chat platform written in NodeJs, firebase and Angular.
Stars: ✭ 53 (-98.36%)
Mutual labels:  firebase, firestore, realtime
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-93.85%)
Mutual labels:  firebase, firestore, vuex
Vuex Easy Firestore
Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
Stars: ✭ 224 (-93.07%)
Mutual labels:  firebase, firestore, vuex
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (-87.97%)
Mutual labels:  database, firebase, firestore
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+307.85%)
Mutual labels:  database, realtime
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+369.14%)
Mutual labels:  database, realtime
Realm Cocoa
Realm is a mobile database: a replacement for Core Data & SQLite
Stars: ✭ 14,778 (+356.96%)
Mutual labels:  database, realtime
Butterfly Server
The Everything is Real-Time C# Backend for Single Page Applications
Stars: ✭ 247 (-92.36%)
Mutual labels:  database, realtime
Firebase Esp8266
ESP8266 Firebase RTDB Arduino Library
Stars: ✭ 228 (-92.95%)
Mutual labels:  database, firebase
Rxdb
🔄 A client side, offline-first, reactive database for JavaScript Applications
Stars: ✭ 16,670 (+415.46%)
Mutual labels:  database, realtime
Squanchy Android
Open source Android app for your conferences
Stars: ✭ 294 (-90.91%)
Mutual labels:  firebase, firestore
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-96.57%)
Mutual labels:  database, realtime
Salada
Firebase model framework Salada. Salada is the best Firebase framework.
Stars: ✭ 228 (-92.95%)
Mutual labels:  database, firebase
Opennars
OpenNARS for Research 3.0+
Stars: ✭ 264 (-91.84%)
Mutual labels:  database, realtime
Pring
Cloud Firestore model framework for iOS - Google
Stars: ✭ 260 (-91.96%)
Mutual labels:  firebase, firestore
Nora
Nora is a Firebase abstraction layer for FirebaseDatabase and FirebaseStorage
Stars: ✭ 270 (-91.65%)
Mutual labels:  database, firebase

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 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.

To better understand why Vuefire will make it so much easier to develop Vue apps with firebase, please, check 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].