-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Firebase.h updates for 8.0.0 #7914
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
| @@ -1,6 +1,8 @@ | |||
| # Firebase 8.0.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.
Do you want to also mention removal of deprecated pods from the header?
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.
Done. PTAL.
CoreOnly/Sources/Firebase.h
Outdated
| #import <Fabric/Fabric.h> | ||
| #endif | ||
| #if __has_include(<Crashlytics/Crashlytics.h>) |
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.
We can also remove old Crashlytics SDK
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.
Thanks. Done.
FirebaseCore/CHANGELOG.md
Outdated
| CocoaPod instead. (#7833) | ||
| - [removed] Build warnings will no longer be generated to warn about missing capabilities resulting | ||
| from not including FirebaseAnalytics in the app. See the Firebase docs instead. (#7487) | ||
| - [removed] Removed FirebaseMLModelInterpreter. Use FirebaseMLDownloader instead. |
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.
Nit: can you format these the same as the above Firebase/AdMob changelog? Maybe moving them all together as well (moving the Build warnings will... entry up to the top)
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.
Good catch. Thanks! Unified now.
FirebaseCore/CHANGELOG.md
Outdated
| - [removed] The `Firebase/AdMob` CocoaPods subspec has been removed. Use the `Google-Mobile-Ads-SDK` | ||
| CocoaPod instead. (#7833) | ||
| - [removed] The `Firebase/FirebaseMLModelInterpreter` CocoaPods subspec has been removed. Use the | ||
| `FirebaseFirebaseMLDownloader` subsspec instead. |
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.
Nit: Firebase/MLModelDownloader is the replacement subspec.
FirebaseCore/CHANGELOG.md
Outdated
| CocoaPod instead. (#7833) | ||
| - [removed] The `Firebase/FirebaseMLModelInterpreter` CocoaPods subspec has been removed. Use the | ||
| `FirebaseFirebaseMLDownloader` subsspec instead. | ||
| `Firebase/FirebaseMLDownloader` subsspec instead. |
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.
s/FirebaseMLDownloader/MLModelDownloader
firebase-ios-sdk/Firebase.podspec
Line 156 in 5255a22
| s.subspec 'MLModelDownloader' do |ss| |
Fix #7487 and fix #7832
podspec version updates will be done separately using the standard script after 7.11.0 is published