aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Firebase/Messaging/FIRMessaging.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Firebase/Messaging/FIRMessaging.m b/Firebase/Messaging/FIRMessaging.m
index 972b4fa..3c4d999 100644
--- a/Firebase/Messaging/FIRMessaging.m
+++ b/Firebase/Messaging/FIRMessaging.m
@@ -173,6 +173,10 @@ NSString *const kFIRMessagingPlistAutoInitEnabled =
_loggedMessageIDs = [NSMutableSet set];
_instanceID = instanceID;
_messagingUserDefaults = defaults;
+
+ // TODO: Remove this once the race condition with FIRApp configuring and InstanceID
+ // is fixed. This must be fixed before Core's flag becomes public.
+ _globalAutomaticDataCollectionEnabled = YES;
}
return self;
}