{"id":17448338,"url":"https://github.com/mesqueeb/vuex-easy-firestore","last_synced_at":"2025-05-15T18:04:04.848Z","repository":{"id":32611601,"uuid":"137718106","full_name":"mesqueeb/vuex-easy-firestore","owner":"mesqueeb","description":"Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!","archived":false,"fork":false,"pushed_at":"2025-02-26T04:13:17.000Z","size":4248,"stargazers_count":235,"open_issues_count":79,"forks_count":27,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-07T21:15:59.197Z","etag":null,"topics":["firebase","firebase-cloud-firestore","firebase-firestore","firestore","google-firebase","store","sync","vue","vuejs","vuex","vuex-store"],"latest_commit_sha":null,"homepage":"https://mesqueeb.github.io/vuex-easy-firestore","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mesqueeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"mesqueeb","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-06-18T06:42:26.000Z","updated_at":"2025-02-26T04:13:21.000Z","dependencies_parsed_at":"2024-01-02T23:39:14.662Z","dependency_job_id":"f2ce4cdd-5207-476e-ba5c-b2b77a40b7e0","html_url":"https://github.com/mesqueeb/vuex-easy-firestore","commit_stats":{"total_commits":340,"total_committers":13,"mean_commits":"26.153846153846153","dds":0.07352941176470584,"last_synced_commit":"a7a3aa7bbe3c686ce7e602b2fb2d611c48b0e4e2"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesqueeb%2Fvuex-easy-firestore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesqueeb%2Fvuex-easy-firestore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesqueeb%2Fvuex-easy-firestore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesqueeb%2Fvuex-easy-firestore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesqueeb","download_url":"https://codeload.github.com/mesqueeb/vuex-easy-firestore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253923913,"owners_count":21985007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","firebase-cloud-firestore","firebase-firestore","firestore","google-firebase","store","sync","vue","vuejs","vuex","vuex-store"],"created_at":"2024-10-17T20:07:06.758Z","updated_at":"2025-05-15T18:04:04.830Z","avatar_url":"https://github.com/mesqueeb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/mesqueeb","https://www.buymeacoffee.com/mesqueeb"],"categories":[],"sub_categories":[],"readme":"# Vuex Easy Firestore 🔥\n\nIn just 4 lines of code, get your vuex module in complete 2-way sync with firestore:\n\n```js\nconst userModule = {\n  firestorePath: 'users/{userId}/data',\n  firestoreRefType: 'collection', // or 'doc'\n  moduleName: 'user',\n  statePropName: 'docs',\n  // the rest of your module here\n}\n// add userModule as vuex plugin wrapped in vuex-easy-firestore\n```\n\nand Alakazam! Now you have a vuex module called `user` with `state: {docs: {}}`.\nAll firestore documents in your collection will be added with the doc's id as key inside `docs` in your state.\n\nNow you just update and add docs with `dispatch('user/set', newItem)` and forget about the rest!\n\nOther features include hooks, fillables (limit props to sync), default values (add props on sync), a fetch function and much more...\n\n[Installation and setup](https://mesqueeb.github.io/vuex-easy-firestore/setup.html#installation)　 →\n\n# Motivation\n\nI didn't like writing an entire an API wrapper from scratch for firestore every single project. If only a vuex module could be in perfect sync with firestore without having to code all the boilerplate yourself...\n\nAnd that's how Vuex Easy Firestore was born.\n\n# Documentation\n\nSee the all new documentation made with VuePress!\n\n**[Full documentation](https://mesqueeb.github.io/vuex-easy-firestore)**\n\n# Support\n\nIf you like what I built, you can say thanks by buying me a coffee! :)\n\n\u003ca href=\"https://www.buymeacoffee.com/mesqueeb\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\nThank you so much!! Every little bit helps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesqueeb%2Fvuex-easy-firestore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesqueeb%2Fvuex-easy-firestore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesqueeb%2Fvuex-easy-firestore/lists"}