Provide ability to remove query onSnapshot listener
complete
Drew Vincent
I notice there is no way of removing an onSnapshot listener listed in the documentation for queries. as onSnapshot currently returns void, I suggest that it instead return a method that can be called in order to unsibscribe from the listener, similar to how it works on web/node.js.
Elliot Hesp
updated the status to
complete
·
·
Reply
Elliot Hesp
Not sure if this is for Firestore or Database, but this is now supported on both (think it was in v5 anyway).