1

I thought there was a bug in vue dev tools, but now I'm wondering if vuexfire has a bug with reactivity? Clearly the mutations are firing ...

mutations firing

However, the state is always at 0 length at vue dev tools.

State length 0

BUT, console.log shows that it did pull down my two records from firebase

Console.log shows leagues

It also has an issue with my user details (such as name) which do NOT set off the reactive chain and update the getters once the data is pulled down into vuex (the object is also empty in vue dev tools, while data is shown in console.log()). Any help would be greatly appreciated! Thanks!

Soni Sol
  • 2,367
  • 3
  • 12
  • 23
chi11ax
  • 541
  • 1
  • 6
  • 17
  • Could you find out what the problem was? My `vuexfire` application works as long as I open Vue Devtools, then everything freezes. – sunwarr10r Oct 02 '20 at 15:26

0 Answers0