You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create an immediate watcher with this.$bind I find that this._firestoreUnbinds is null.
I see that created() is called from the mixin first but for some reason if (this._firestoreUnbinds[key]) { throws an error because unbinds is undefined.