-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Merging the 6.1.0 release into master #3049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on green travis
@@ -149,6 +149,13 @@ - (void)logAnalyticsEventForType:(FIRIAMAnalyticsLogEventType)eventType | |||
eventTimeInMs = @((long)nowInMs); | |||
} | |||
|
|||
if (!iid) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I thought this was already in master. https://github.com/firebase/firebase-ios-sdk/blob/master/Firebase/InAppMessaging/Analytics/FIRIAMClearcutLogger.m#L152 not sure why it's showing up here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a GitHub diff tool bug to me... I guess, it's shown here because branch was created before the change was merged and was cherry picked later on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep GitHub diff does not properly handle cherry-pick's.
@@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do | |||
# use_frameworks! | |||
|
|||
# Firebase Pods | |||
pod 'Firebase', '~> 6.0.0' | |||
pod 'Firebase', '6.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this stick to use ~>
? @paulb777
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change is right to use the current version of Firebase.
Just the two quick questions. |
No description provided.