aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Core')
-rw-r--r--Firestore/Source/Core/FSTFirestoreClient.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Firestore/Source/Core/FSTFirestoreClient.mm b/Firestore/Source/Core/FSTFirestoreClient.mm
index 9f0779a..c0d38ca 100644
--- a/Firestore/Source/Core/FSTFirestoreClient.mm
+++ b/Firestore/Source/Core/FSTFirestoreClient.mm
@@ -241,7 +241,6 @@ NS_ASSUME_NONNULL_BEGIN
self->_credentialsProvider->SetUserChangeListener(nullptr);
[self.remoteStore shutdown];
- [self.localStore shutdown];
[self.persistence shutdown];
if (completion) {
[self.userDispatchQueue dispatchAsync:^{