aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core/FSTFirestoreClient.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Core/FSTFirestoreClient.mm')
-rw-r--r--Firestore/Source/Core/FSTFirestoreClient.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Core/FSTFirestoreClient.mm b/Firestore/Source/Core/FSTFirestoreClient.mm
index 823f488..2ef7279 100644
--- a/Firestore/Source/Core/FSTFirestoreClient.mm
+++ b/Firestore/Source/Core/FSTFirestoreClient.mm
@@ -103,7 +103,7 @@ NS_ASSUME_NONNULL_BEGIN
__block bool initialized = false;
__block User initialUser;
FSTWeakify(self);
- _credentialsProvider.userChangeListener = ^(const User &user) {
+ _credentialsProvider.userChangeListener = ^(User user) {
FSTStrongify(self);
if (self) {
if (!initialized) {