Closed R4YM3 closed 6 years ago
Hey, thanks for this, it is not exactly what I meant by that TODO 😄, I wanted to add a dev only warning saying that you called unbind twice on the same ref. This is something I will add during vuefire + vuexfire refactor.
If you get the error, it means you're calling unbind
when you shouldn't (or it is a bug, in which case I would like you open an issue with a repro, that would really help)
For future PRs, make sure to not commit dist
😛
// TODO dev check before
intoif (typeof sub != "function") return
I'm getting errors on the next line, cause sub() is fired which is not a function.
regards