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 ...
However, the state is always at 0 length at vue dev tools.
BUT, console.log shows that it did pull down my two records from firebase
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!