-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: actually change the Firebase SDK to 12.6.0 #1
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # Breaking Changes | ||
|
|
||
| ## Upcoming | ||
|
|
||
| ### iOS Minimum Version Requirement | ||
|
|
||
| - **Minimum iOS version increased from 14.0 to 15.0** | ||
|
|
||
| The minimum iOS deployment target has been updated to iOS 15.0 to support Firebase SDK 12.6.0 and newer features. Applications targeting iOS 14.x will need to update their deployment target. | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| 1. Update your app's iOS deployment target to 15.0 or higher in Xcode | ||
| 2. Update the platform version in your `ios/App/Podfile`: | ||
| ```ruby | ||
| platform :ios, '15.0' | ||
| ``` | ||
| 3. Run `pod install` to update dependencies | ||
|
|
||
| ### Firebase SDK Version Update | ||
|
|
||
| - **Firebase SDK updated to version 12.6.0** | ||
|
|
||
| The Firebase iOS SDK has been updated to version 12.6.0 to include the latest features, improvements, and bug fixes from Google. | ||
|
|
||
| **What changed:** | ||
|
|
||
| - All the latest Firebase features and improvements from Google | ||
| - Improved performance and stability | ||
| - Latest security updates | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| If you use CocoaPods and have the SDK version pinned in your Podfile, update it accordingly. | ||
|
|
||
| ### GoogleAppMeasurementOnDeviceConversion Dependency Removed | ||
|
|
||
| - **GoogleAppMeasurementOnDeviceConversion dependency removed** | ||
|
|
||
| The GoogleAppMeasurementOnDeviceConversion dependency has been removed from the plugin. This shouldn't affect you much. | ||
|
|
||
| ## Summary | ||
|
|
||
| To upgrade to the latest version of this plugin, ensure your iOS project meets these requirements: | ||
|
|
||
| 1. **iOS 15.0 or higher** as the minimum deployment target | ||
| 2. **Update** Firebase SDK versions to 12.6.0 if pinned in your Podfile | ||
| 3. **Run** `pod install` after making these changes | ||
|
|
||
| For most users, only updating the iOS deployment target will be necessary. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # Breaking Changes | ||
|
|
||
| ## Upcoming | ||
|
|
||
| ### iOS Minimum Version Requirement | ||
|
|
||
| - **Minimum iOS version increased from 14.0 to 15.0** | ||
|
|
||
| The minimum iOS deployment target has been updated to iOS 15.0 to support Firebase SDK 12.6.0 and newer features. Applications targeting iOS 14.x will need to update their deployment target. | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| 1. Update your app's iOS deployment target to 15.0 or higher in Xcode | ||
| 2. Update the platform version in your `ios/App/Podfile`: | ||
| ```ruby | ||
| platform :ios, '15.0' | ||
| ``` | ||
| 3. Run `pod install` to update dependencies | ||
|
|
||
| ### Firebase SDK Version Update | ||
|
|
||
| - **Firebase SDK updated to version 12.6.0** | ||
|
|
||
| The Firebase iOS SDK has been updated to version 12.6.0 to include the latest features, improvements, and bug fixes from Google. | ||
|
|
||
| **What changed:** | ||
|
|
||
| - All the latest Firebase features and improvements from Google | ||
| - Improved performance and stability | ||
| - Latest security updates | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| If you use CocoaPods and have the SDK version pinned in your Podfile, update it accordingly. | ||
|
|
||
| ## Summary | ||
|
|
||
| To upgrade to the latest version of this plugin, ensure your iOS project meets these requirements: | ||
|
|
||
| 1. **iOS 15.0 or higher** as the minimum deployment target | ||
| 2. **Update** Firebase SDK versions to 12.6.0 if pinned in your Podfile | ||
| 3. **Run** `pod install` after making these changes | ||
|
|
||
| For most users, only updating the iOS deployment target will be necessary. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # Breaking Changes | ||
|
|
||
| ## Upcoming | ||
|
|
||
| ### iOS Minimum Version Requirement | ||
|
|
||
| - **Minimum iOS version increased from 14.0 to 15.0** | ||
|
|
||
| The minimum iOS deployment target has been updated to iOS 15.0 to support Firebase SDK 12.6.0 and newer features. Applications targeting iOS 14.x will need to update their deployment target. | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| 1. Update your app's iOS deployment target to 15.0 or higher in Xcode | ||
| 2. Update the platform version in your `ios/App/Podfile`: | ||
| ```ruby | ||
| platform :ios, '15.0' | ||
| ``` | ||
| 3. Run `pod install` in the `ios/App` directory to update dependencies | ||
|
Comment on lines
+14
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reconcile inconsistent directory guidance. Line 18 specifies "Run 🤖 Prompt for AI Agents |
||
|
|
||
| ### Firebase SDK Version Update | ||
|
|
||
| - **Firebase SDK updated to version 12.6.0** | ||
|
|
||
| The Firebase iOS SDK has been updated to version 12.6.0 to include the latest features, improvements, and bug fixes from Google. | ||
|
|
||
| **What changed:** | ||
|
|
||
| - All the latest Firebase features and improvements from Google | ||
| - Improved performance and stability | ||
| - Latest security updates | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| If you use CocoaPods and have the SDK version pinned in your Podfile, update it accordingly. | ||
|
|
||
| ## Summary | ||
|
|
||
| To upgrade to the latest version of this plugin, ensure your iOS project meets these requirements: | ||
|
|
||
| 1. **iOS 15.0 or higher** as the minimum deployment target | ||
| 2. **Update** Firebase SDK versions to 12.6.0 if pinned in your Podfile | ||
| 3. **Run** `pod install` after making these changes | ||
|
|
||
| For most users, only updating the iOS deployment target will be necessary. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # Breaking Changes | ||
|
|
||
| ## Upcoming | ||
|
|
||
| ### iOS Minimum Version Requirement | ||
|
|
||
| - **Minimum iOS version increased from 14.0 to 15.0** | ||
|
|
||
| The minimum iOS deployment target has been updated to iOS 15.0 to support Firebase SDK 12.6.0 and newer features. Applications targeting iOS 14.x will need to update their deployment target. | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| 1. Update your app's iOS deployment target to 15.0 or higher in Xcode | ||
| 2. Update the platform version in your `ios/App/Podfile`: | ||
| ```ruby | ||
| platform :ios, '15.0' | ||
| ``` | ||
| 3. Run `pod install` to update dependencies | ||
|
|
||
| ### Firebase SDK Version Update | ||
|
|
||
| - **Firebase SDK updated to version 12.6.0** | ||
|
|
||
| The Firebase iOS SDK has been updated to version 12.6.0 to include the latest features, improvements, and bug fixes from Google. | ||
|
|
||
| **What changed:** | ||
|
|
||
| - All the latest Firebase features and improvements from Google | ||
| - Improved performance and stability | ||
| - Latest security updates | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| If you use CocoaPods and have the SDK version pinned in your Podfile, update it accordingly. | ||
|
|
||
| ## Summary | ||
|
|
||
| To upgrade to the latest version of this plugin, ensure your iOS project meets these requirements: | ||
|
|
||
| 1. **iOS 15.0 or higher** as the minimum deployment target | ||
| 2. **Update** Firebase SDK versions to 12.6.0 if pinned in your Podfile | ||
| 3. **Run** `pod install` after making these changes | ||
|
|
||
| For most users, only updating the iOS deployment target will be necessary. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # Breaking Changes | ||
|
|
||
| ## Upcoming | ||
|
|
||
| ### iOS Minimum Version Requirement | ||
|
|
||
| - **Minimum iOS version increased from 14.0 to 15.0** | ||
|
|
||
| The minimum iOS deployment target has been updated to iOS 15.0 to support Firebase SDK 12.6.0 and newer features. Applications targeting iOS 14.x will need to update their deployment target. | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| 1. Update your app's iOS deployment target to 15.0 or higher in Xcode | ||
| 2. Update the platform version in your `ios/App/Podfile`: | ||
| ```ruby | ||
| platform :ios, '15.0' | ||
| ``` | ||
| 3. Run `pod install` to update dependencies | ||
|
|
||
| ### Firebase SDK Version Update | ||
|
|
||
| - **Firebase SDK updated to version 12.6.0** | ||
|
|
||
| The Firebase iOS SDK has been updated to version 12.6.0 to include the latest features, improvements, and bug fixes from Google. | ||
|
|
||
| **What changed:** | ||
|
|
||
| - All the latest Firebase features and improvements from Google | ||
| - Improved performance and stability | ||
| - Latest security updates | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| If you use CocoaPods and have the SDK version pinned in your Podfile, update it accordingly. | ||
|
|
||
| ## Summary | ||
|
|
||
| To upgrade to the latest version of this plugin, ensure your iOS project meets these requirements: | ||
|
|
||
| 1. **iOS 15.0 or higher** as the minimum deployment target | ||
| 2. **Update** Firebase SDK versions to 12.6.0 if pinned in your Podfile | ||
| 3. **Run** `pod install` after making these changes | ||
|
|
||
| For most users, only updating the iOS deployment target will be necessary. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # Breaking Changes | ||
|
|
||
| ## Upcoming | ||
|
|
||
| ### iOS Minimum Version Requirement | ||
|
|
||
| - **Minimum iOS version increased from 14.0 to 15.0** | ||
|
|
||
| The minimum iOS deployment target has been updated to iOS 15.0 to support Firebase SDK 12.6.0 and newer features. Applications targeting iOS 14.x will need to update their deployment target. | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| 1. Update your app's iOS deployment target to 15.0 or higher in Xcode | ||
| 2. Update the platform version in your `ios/App/Podfile`: | ||
| ```ruby | ||
| platform :ios, '15.0' | ||
| ``` | ||
| 3. Run `pod install` to update dependencies | ||
|
|
||
| ### Firebase SDK Version Update | ||
|
|
||
| - **Firebase SDK updated to version 12.6.0** | ||
|
|
||
| The Firebase iOS SDK has been updated to version 12.6.0 to include the latest features, improvements, and bug fixes from Google. | ||
|
|
||
| **What changed:** | ||
|
|
||
| - All the latest Firebase features and improvements from Google | ||
| - Improved performance and stability | ||
| - Latest security updates | ||
|
|
||
| **Migration Required:** | ||
|
|
||
| If you use CocoaPods and have the SDK version pinned in your Podfile, update it accordingly. | ||
|
|
||
| ## Summary | ||
|
|
||
| To upgrade to the latest version of this plugin, ensure your iOS project meets these requirements: | ||
|
|
||
| 1. **iOS 15.0 or higher** as the minimum deployment target | ||
| 2. **Update** Firebase SDK versions to 12.6.0 if pinned in your Podfile | ||
| 3. **Run** `pod install` after making these changes | ||
|
|
||
| For most users, only updating the iOS deployment target will be necessary. | ||
|
|
Uh oh!
There was an error while loading. Please reload this page.