vuex-easy-firestore
vuex-easy-firestore copied to clipboard
Example crud app
The more I tried to think of way to improve the documentation I am realizing that the best help would be an example implementation Vue2 app. Something that covers gets/fetches, updating, and creating. Multiple modules, and then also how to work with this library next to non-library store modules for things that don't go in firebase (transient data).
I know how I am doing this myself, and I see the beginnings of how you could do things in your docs as they are samples. But it would be valuable to see your own way of using this in a more complete example.
Ok i will make one soon. Iām thinking of a todo list app example with a collection for to do list items and a settings page for single doc mode
Vuex Easy Firestore was made with ā„ by Luca Ban.
If this library helped you in any way you can support me by buying me a cup of coffee.
Hi! thanks for making this awesome package! I can't wait for a crud example with auth! Do you think that would be possible? thanks!!
I am working on a bootstrapping/scaffolding/crud framework on basis of vuex-easy-firestore
https://github.com/vueco/vue-rapid
By the end of the week I am going to provide an example demo app with usage.
@razbakov I just found this comment again now. I saw you didn't continue the project, but it was a really cool idea.
I also made a form generator based on Quasar components: http://quasar-easy-forms.web.app/
And I have wrappers that automatically connect these forms to a v-e-f module. But I haven't made these wrappers public yet. š
Let me know what you think š
After about two years of open source, I finally got accepted for Github Sponsors!
š github.com/sponsors/mesqueeb š
A little about me:
- I love open-source
- 6 months ago I got a son, and am trying to be an awesome father š
- I'm doing freelance work here and there as my main job
If anyone was helped with vuex-easy-firestore, I'd greatly appreciate any support!
BTW, donations get's paid DOUBLE by GitHub! (they're alchemists... š¦¾)
Going forward šØš¼āš»
- I got great plans for the future of vuex-easy-firestore going above and beyond!! Look forward to it!!
- On to many more years of open-sourcing! š
@mesqueeb thank you, actually i did, let me know if it works for you ;)
Ok i will make one soon. Iām thinking of a todo list app example with a collection for to do list items and a settings page for single doc mode
@mesqueeb Do you have any example of doing this todo list on quasar framework?