We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630167b commit 0a4ae5fCopy full SHA for 0a4ae5f
Firebase/InstanceID/FIRInstanceIDCheckinService.m
@@ -210,9 +210,6 @@ - (NSDictionary *)checkinParametersWithExistingCheckin:
210
NSInteger userNumber = 0; // Multi Profile may change this.
211
NSInteger userSerialNumber = 0; // Multi Profile may change this
212
213
- // This ID is generated for logging purpose and it is only logged for performance
214
- // information for backend, not secure information.
215
- // TODO(chliang): Talk to backend team to see if this ID is still needed.
216
NSString *timeZone = [NSTimeZone localTimeZone].name;
217
int64_t lastCheckingTimestampMillis = checkinPreferences.lastCheckinTimestampMillis;
218
0 commit comments