Open sammazza opened 2 years ago
After using AddSnapshotListener, how do you stop listening when, say going to another activity? I think that activity should start and stop listening in OnResume and OnPause.
this can help you https://github.com/f-miyu/Plugin.CloudFirestore/issues/64
After using AddSnapshotListener, how do you stop listening when, say going to another activity? I think that activity should start and stop listening in OnResume and OnPause.