Open
Description
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If i want to change a document listener to another id, then previous data is still existing until new data is received.
What is the expected behavior?
After removing the listener, the data connected to that listener should be removed.
Which versions of dependencies, and which browser are affected by this issue? Did this work in previous versions or setups?
Newest
Steps to reproduce and if possible a minimal demo of the problem via codesandbox or similar.
[
{
collection: 'collections',
doc: props.collectionId, // data from my reducer. If this id is changed then previous data is still existing
storeAs: 'collection'
}
]
Activity