Skip to content

Commit c8548e4

Browse files
committed
Update firebase-auth-flutterfire-ui
1 parent d0e1cfd commit c8548e4

File tree

49 files changed

+1411
-1324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1411
-1324
lines changed

firebase-auth-flutterfire-ui/codelab_rebuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4618,6 +4618,21 @@ steps:
46184618
<string>1:963656261848:ios:3e6776183887c3fdb237ad</string>
46194619
</dict>
46204620
</plist>
4621+
- name: Patch ios/Podfile
4622+
path: firebase_auth_flutterfire_ui/ios/Podfile
4623+
patch-u: |
4624+
--- a/firebase-get-to-know-flutter/step_02/ios/Podfile
4625+
+++ b/firebase-get-to-know-flutter/step_02/ios/Podfile
4626+
@@ -1,5 +1,5 @@
4627+
# Uncomment this line to define a global platform for your project
4628+
-# platform :ios, '13.0'
4629+
+platform :ios, '15.0'
4630+
4631+
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
4632+
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
4633+
- name: Patch ios/Runner.xcodeproj/project.pbxproj
4634+
xcode-project-path: firebase_auth_flutterfire_ui/ios/Runner.xcodeproj
4635+
iphoneos-deployment-target: '15.0'
46214636
- name: pod update ios
46224637
path: firebase_auth_flutterfire_ui/ios
46234638
pod: update

firebase-auth-flutterfire-ui/complete/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

firebase-auth-flutterfire-ui/complete/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 69 additions & 63 deletions
Large diffs are not rendered by default.

firebase-auth-flutterfire-ui/complete/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

firebase-auth-flutterfire-ui/complete/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
firebase_auth: ^5.7.0
13-
firebase_core: ^3.15.2
14-
firebase_ui_auth: ^2.0.0
15-
firebase_ui_oauth_google: ^1.4.3
12+
firebase_auth: ^6.0.1
13+
firebase_core: ^4.0.0
14+
firebase_ui_auth: ^3.0.0
15+
firebase_ui_oauth_google: ^2.0.0
1616
google_sign_in: ^6.3.0
1717

1818
dev_dependencies:

firebase-auth-flutterfire-ui/step_01/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

firebase-auth-flutterfire-ui/step_01/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 67 additions & 61 deletions
Large diffs are not rendered by default.

firebase-auth-flutterfire-ui/step_01/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

firebase-auth-flutterfire-ui/step_01/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
firebase_auth: ^5.7.0
13-
firebase_core: ^3.15.2
14-
firebase_ui_auth: ^2.0.0
12+
firebase_auth: ^6.0.1
13+
firebase_core: ^4.0.0
14+
firebase_ui_auth: ^3.0.0
1515

1616
dev_dependencies:
1717
flutter_test:

firebase-auth-flutterfire-ui/step_02/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

0 commit comments

Comments
 (0)