vuex-easy-firestore icon indicating copy to clipboard operation
vuex-easy-firestore copied to clipboard

Example crud app

Open bpkennedy opened this issue 6 years ago • 6 comments

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.

bpkennedy avatar Jan 17 '19 00:01 bpkennedy

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.

mesqueeb avatar Jan 17 '19 12:01 mesqueeb

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

ctwhome avatar Feb 04 '19 07:02 ctwhome

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 avatar Feb 06 '19 17:02 razbakov

@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 avatar Nov 25 '19 05:11 mesqueeb

@mesqueeb thank you, actually i did, let me know if it works for you ;)

razbakov avatar Nov 25 '19 10:11 razbakov

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?

jaronwanderley avatar Jun 19 '20 02:06 jaronwanderley