vuejs / vuefire

πŸ”₯ Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link

feat: Add `useFirebaseFunctions` composable #1382

Closed luc122c closed 10 months ago

luc122c commented 12 months ago

Resolves #1327

I've implemented the function you suggested into the source. I've based it on the existing useFirestore composable. Hope this is OK πŸ‘

posva commented 12 months ago

Thanks! I don't know if it's really useful so I will probably check this later on

luc122c commented 10 months ago

Hmm, I tried to sync my fork with upstream but it seems to have removed the commits. @posva I'm happy to recover the changes and re-open the PR if you think it will be useful? Otherwise, I'll leave it and #1327 can be closed.

posva commented 10 months ago

I still don’t think this is needed within VueFire. Its better to document it as a cookbook entry