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
In my case, I am unsubscribing from the second listener and recreating it with a different limitToLast value (though I'm unsure if that's necessary to reproduce)
Debug output
none
Expected behavior
Each valueChange listener should only fire results for itself
Actual behavior
the first listener is returning valueChanges that match the query for the second listener.
The text was updated successfully, but these errors were encountered:
Same issue here.
If you listen to a document directly, it does not even have to be the same collection. If you have multiple listeners and 1 listener gets an update all listeners will fire a "modified" event.
Version info
Angular: 10.0.9
Firebase: ^7.13.1
AngularFire: ^6.02
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
Create multiple valueChange subscriptions to the same collection (with a different query)
AND
In my case, I am unsubscribing from the second listener and recreating it with a different limitToLast value (though I'm unsure if that's necessary to reproduce)
Debug output
none
Expected behavior
Each valueChange listener should only fire results for itself
Actual behavior
the first listener is returning valueChanges that match the query for the second listener.
The text was updated successfully, but these errors were encountered: