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
References read through a DocumentSnapshot.data() are not DocumentReference and are missing the onSnapshot function. This was present on v7 and it's useful for Vuefire to automatically listen to changes in nested references
Steps to reproduce:
Create a document with a reference to another document
Listen to changes through onSnapshot
Relevant Code:
(The stackblitz demo doesn't seem to work after upgrading firebase to 8.1.1). hopefull this code should give more context about seems like a regression