Skip to content

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

Merged
merged 2 commits into from
May 21, 2019
Merged

Merging the 6.1.0 release into master #3049

merged 2 commits into from
May 21, 2019

Conversation

maksymmalyhin
Copy link
Contributor

No description provided.

* 6.1.0 manifest updated. FirebaseInAppMessaging bumped to 0.14.1

* Early return from sending analytics events in instance ID is nil (#3007)
Copy link
Member

@paulb777 paulb777 left a 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) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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.

Copy link
Member

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'
Copy link
Member

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

Copy link
Member

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.

@ryanwilson
Copy link
Member

Just the two quick questions.

@maksymmalyhin maksymmalyhin merged commit 39fe9dd into master May 21, 2019
@firebase firebase locked and limited conversation to collaborators Oct 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants