Ios swift – Should Firestore snapshot listeners be automatically removed when a View is dismissed?
I’ve noticed that Firestore doesn’t automatically remove snapshot listeners when a view is dismissed. For example, in my Login view, I fetch a list of accounts using a Firestore snapshot listener and pass a completion handler to it. After logging…