Eduardo San Martin Morote
Eduardo San Martin Morote
Thanks a lot @sceee ! I will get to this probably after a stable release on Pinia with Vue 3.2
I think it can be ignored
Still needs to be confirmed but I should be able to spend time bringing v9 support to VueFire as well as support for other Firebase packages. Stay tuned! Thanks a...
Hello, I'm glad you like Vuefire. Currently, Vue 3 support is on the `next` branch. I haven't been able to dedicate any more time to it because I'm busy with...
in the next version of vuefire there is no need of vuexfire (in fact the version you are using is an outdated version of vuexfire). But there isn't yet all...
It is indeed missing the docs. The whole idea goes around `$bind` returning a promise that resolves once the data is ready. So you can wait for it in `asyncData`:...
Forgot about that! With vuexfire you can still access the store from the context passed to asyncdata but with vuefire it's a bit different. It should be possible to call...
This is not yet supported on vuefire package. It's only supported by vuexfire since you can await an action in fetch or asyncdata. I need to find a way to...
No updates no. For the moment use vuexfire, it's more adapted to bigger apps anyway :). When you are doing SSR, your app isn't that simple anymore.
vuexfire is now here, that's why it got archived. I'll paste the example I put there about how to use Vuexfire with Nuxt: ```js // firebase/index.js import { firebase }...