Open danieltofan opened 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.
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!