Hello,
I have a question: let's say I am subscribing and observing a collection that was based on a certain query with parameters .find({parameters}).
If I change my parameters, how can I refresh the subscription with the new parameters other than by unsubscribing/subscribing again?
Thanks so much!
Hello,
I have a question: let's say I am subscribing and observing a collection that was based on a certain query with parameters
.find({parameters}).If I change my parameters, how can I refresh the subscription with the new parameters other than by unsubscribing/subscribing again?
Thanks so much!