Eduardo San Martin Morote
Eduardo San Martin Morote
I needed this so I released in a fork in the meantime: https://github.com/posva/prompts
https://github.com/terkelg/prompts/pull/330 should implement this
This seems to be fixed now, at least with npm 8 there isn't an error when installing vuefire after vue. Let me know if this is still causing a problem...
there is an option `once` now: ```ts useDocument(.., { once: true }) ``` This option is forced to true during SSR
This should be now documented at https://vuefire.vuejs.org/cookbook/subscriptions-external.html#pinia and https://vuefire.vuejs.org/cookbook/vuex.html It's worth noting that the Firebase SDK internally implements a complex caching strategy and that if you are using the store...
Given the state of Vuex and this being only on VueFire 2, I won't be fixing it. It does work on VueFire 3 thought.
FYI this is now possible with the composables `useDocument()` and others
It should work, this error is just about devtools. Normally, Nuxt plugins added in modules are installed before user plugins. The only thing I can recommend is using nuxt-bridge with...
I added a note to the issue. The rest is at https://vuejs.org/translations/ 🙂
@nazarepiedady please refer to https://github.com/vuejs-translations/guidelines/blob/main/README.md. It's great you are working on the translation but this is pinia repo not vuejs/core. As the guidelines say, once you have more than 50%...