JamieCurnow / vue-3-firestore

An easy way to interactive with Firestore using vue 3 and the composition-api
MIT License
5 stars 0 forks source link

Update to Vue 3 #1

Open danieltofan opened 2 years ago

danieltofan commented 2 years ago

Your project isn't really using Vue 3, it has Vue 2 + composition API. The plugin doesn't work with a Vue 3 project. Can you upgrade all dependencies and the actual code so that your plugin can be useful? Thanks!

JamieCurnow commented 2 years ago

Hi @danieltofan - you are absolutely correct - I made this package before vue 3 was released and used the composition API to 'mock' the functionality. I admit I haven't really looked at this package since...

I'll take a look into updating it to use vue3 proper. In the mean time, vueuse has some good functions for interacting with firestore.