onSnapshot
is missing on DocumentReferences created through DocumentSnapshot.data()
#4134
Labels
onSnapshot
is missing on DocumentReferences created through DocumentSnapshot.data()
#4134
Describe your environment
Describe the problem
References read through a
DocumentSnapshot.data()
are notDocumentReference
and are missing theonSnapshot
function. This was present on v7 and it's useful for Vuefire to automatically listen to changes in nested referencesSteps to reproduce:
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
The text was updated successfully, but these errors were encountered: