Skip to content

Commit 2617e60

Browse files
authored
[FirebaseCore] Add comment to notify future-us about potential side effects of code change (#11041)
1 parent 1eddbdf commit 2617e60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FirebaseCore/Sources/FIRApp.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,9 @@ - (void)subscribeForAppDidBecomeActiveNotifications {
876876

877877
- (void)appDidBecomeActive:(NSNotification *)notification {
878878
if ([self isDataCollectionDefaultEnabled]) {
879+
// If changing the below line, consult with the Games team to ensure they
880+
// are not negatively impacted. For more details, see
881+
// go/firebase-game-sdk-user-agent-register-timing.
879882
[self.heartbeatLogger log];
880883
}
881884
}

0 commit comments

Comments
 (0)