posva / vuexfire

Check
https://github.com/vuejs/vuefire
MIT License
558 stars 49 forks source link

Vuexfire supports to fetch data in server side #181

Closed pdt590 closed 6 years ago

pdt590 commented 6 years ago

Hello I am trying to use Vuexfire on Nuxt. I saw that Vuexfire fetchs data well on Client side. However, does Vuexfire support to fetch data on Server side too ?

Thank you so much for your help.

posva commented 6 years ago

If you initialise your app and call the bind methods in the asyncData method, yes, it should work