Eduardo San Martin Morote
Eduardo San Martin Morote
You should do `api.post(formData)` instead of `api.options.body = formData;`. In this scenario the types should prove helpful to debug and they should forbid invalid actions like setting the body in...
Thank you, I added a few last changes and merged it in #379
I haven't been able to work on this feature again yet
I didn't check if having a `vue` file supposes any problem when it comes to using the component in an external project. Compiling the .vue components is in general a...
Thanks a lot for the links, I will try to review this and others during the holidays!
This would be great! It would help if you also have the publish rights to npm 😄 What do you think about fixing some low hanging fruits before releasing v3?...
For queries, you need to pass an `ssrKey` to the options of `useCollection()`: https://vuefire.vuejs.org/guide/ssr.html#manual-ssr-keys
Not **yet** 😄 https://github.com/vuejs/vuefire/blob/66f42ed62dffde01063c78ad48519157be66de57/src/ssr/plugin.ts#L42-L47
it must be a unique key across your application
Thanks! It actually has a lot of features already, you should give it a try 🙂