Skip to content
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

Migrate transform: callsites and introduce breaking version of GDT (9.0) #7899

Merged
merged 5 commits into from
Apr 19, 2021

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Apr 14, 2021

• There is an upcoming breaking change in GDT (8.4 -> 9.0) where the transform: API has been renamed to transformGDTEvent: to avoid collisions with one of Apple's private APIs.

This PR prepares for this change by:
• Migrating callsites to the new API
• Updating specs to point to next major version of GDT (9.0)

This is planned to be a part of Firebase 8.

Fixes #7177

@ncooke3
Copy link
Member Author

ncooke3 commented Apr 14, 2021

For this type of change, which CHANGELOGs should be modified? The FirebaseCore/CHANGELOG or the CHANGELOGs that correspond to specs that have been changed?

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.

Please push GDT 9.0 to SpecsDev and rerun tests

Only one overall Firebase changelog is needed in the FirebaseCore CHANGELOG

@google-oss-bot
Copy link

google-oss-bot commented Apr 14, 2021

Coverage Report

Affected SDKs

No changes between base commit (35f97e4) and head commit (90fc05a).

Test Logs

@paulb777
Copy link
Member

To fix the CI failure, https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseMLModelDownloader/Apps/Sample/Podfile should be updated to get FirebaseCoreDiagnostics from the local repo - similar syntax to https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseMLModelDownloader/Apps/Sample/Podfile#L8

@ncooke3 ncooke3 marked this pull request as ready for review April 19, 2021 17:05
@@ -6,6 +6,7 @@ source 'https://github.com/firebase/SpecsStaging.git'
source 'https://cdn.cocoapods.org/'

pod 'FirebaseMLModelDownloader', :path => '../../../'
pod 'FirebaseCoreDiagnostics', :path => '../../../'
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed CI failure

@maksymmalyhin
Copy link
Contributor

cc @visumickey

Copy link
Contributor

@maksymmalyhin maksymmalyhin left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@visumickey visumickey left a comment

Choose a reason for hiding this comment

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

Thanks for making this change. LGTM!

@ncooke3 ncooke3 merged commit 6a5e4e6 into master Apr 19, 2021
@ncooke3 ncooke3 deleted the nc/gdt-9.0 branch April 19, 2021 21:01
@ncooke3
Copy link
Member Author

ncooke3 commented Apr 19, 2021

Can address any additional feedback in a subsequent PR.

@firebase firebase locked and limited conversation to collaborators May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App store binary warning received due to use of private API transform: by GoogleTransport
5 participants