Skip to content

Commit 76cef64

Browse files
committed
Update firebase-auth-flutterfire-ui
1 parent c6f14cd commit 76cef64

File tree

62 files changed

+1357
-1318
lines changed

Some content is hidden

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

62 files changed

+1357
-1318
lines changed

firebase-auth-flutterfire-ui/codelab_rebuild.yaml

Lines changed: 38 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@ steps:
2424
- name: Remove README.md
2525
path: firebase_auth_flutterfire_ui
2626
rm: README.md
27+
- name: Add .gemini directory
28+
mkdir: firebase_auth_flutterfire_ui/.gemini
29+
- name: Add .gemini/settings.json
30+
path: firebase_auth_flutterfire_ui/.gemini/settings.json
31+
replace-contents: |
32+
{
33+
"mcpServers": {
34+
"dart": {
35+
"command": "dart",
36+
"args": [
37+
"mcp-server"
38+
]
39+
}
40+
}
41+
}
2742
- name: Patch pubspec.yaml
2843
path: firebase_auth_flutterfire_ui/pubspec.yaml
2944
patch-u: |
@@ -4504,29 +4519,6 @@ steps:
45044519
sJAW+CGuKkfLO1v/EBbSAv9qos3R8k7XP4SFtMDPmmh6tLwX9Q9hIS3wV1wt0T++VaYmelX/EBbSAv/FpTta3rv6h7CQFoQhrZmhmpglrgepqNZDWHeENV5a
45054520
PnxYdVlK6w6/reirorrNpnVR1b6/p6J64HuiAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAkPmfAAMA4+D7weSj8KQAAAAASUVO
45064521
RK5CYII=
4507-
- name: Patch android/app/build.gradle.kts
4508-
path: firebase_auth_flutterfire_ui/android/app/build.gradle.kts
4509-
patch-u: |
4510-
--- b/firebase-auth-flutterfire-ui/start/android/app/build.gradle.kts
4511-
+++ a/firebase-auth-flutterfire-ui/start/android/app/build.gradle.kts
4512-
@@ -8,7 +8,7 @@ plugins {
4513-
android {
4514-
namespace = "com.example.firebase_auth_flutterfire_ui"
4515-
compileSdk = flutter.compileSdkVersion
4516-
- ndkVersion = flutter.ndkVersion
4517-
+ ndkVersion = "27.0.12077973"
4518-
4519-
compileOptions {
4520-
sourceCompatibility = JavaVersion.VERSION_11
4521-
@@ -24,7 +24,7 @@ android {
4522-
applicationId = "com.example.firebase_auth_flutterfire_ui"
4523-
// You can update the following values to match your application needs.
4524-
// For more information, see: https://flutter.dev/to/review-gradle-config.
4525-
- minSdk = flutter.minSdkVersion
4526-
+ minSdk = 23
4527-
targetSdk = flutter.targetSdkVersion
4528-
versionCode = flutter.versionCode
4529-
versionName = flutter.versionName
45304522
- name: Patch macos/Runner/Release.entitlements
45314523
path: firebase_auth_flutterfire_ui/macos/Runner/Release.entitlements
45324524
patch-u: |
@@ -4775,6 +4767,29 @@ steps:
47754767
+
47764768
runApp(const MyApp(clientId: clientId));
47774769
}
4770+
- name: flutter clean
4771+
path: firebase_auth_flutterfire_ui
4772+
flutter: clean
4773+
- name: flutter pub get
4774+
path: firebase_auth_flutterfire_ui
4775+
flutter: pub get
4776+
- name: pod update ios
4777+
path: firebase_auth_flutterfire_ui/ios
4778+
pod: update
4779+
- name: Build iOS
4780+
platforms: [ macos ]
4781+
path: firebase_auth_flutterfire_ui
4782+
flutter: build ios --simulator
4783+
- name: pod update mac
4784+
path: firebase_auth_flutterfire_ui/macos
4785+
pod: update
4786+
- name: Build macOS
4787+
platforms: [ macos ]
4788+
path: firebase_auth_flutterfire_ui
4789+
flutter: build macos
4790+
- name: Build Android
4791+
path: firebase_auth_flutterfire_ui
4792+
flutter: build apk
47784793
- name: Build web
47794794
path: firebase_auth_flutterfire_ui
47804795
flutter: build web

firebase-auth-flutterfire-ui/complete/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
android {
99
namespace = "com.example.firebase_auth_flutterfire_ui"
1010
compileSdk = flutter.compileSdkVersion
11-
ndkVersion = "27.0.12077973"
11+
ndkVersion = flutter.ndkVersion
1212

1313
compileOptions {
1414
sourceCompatibility = JavaVersion.VERSION_11
@@ -24,7 +24,7 @@ android {
2424
applicationId = "com.example.firebase_auth_flutterfire_ui"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
27-
minSdk = 23
27+
minSdk = flutter.minSdkVersion
2828
targetSdk = flutter.targetSdkVersion
2929
versionCode = flutter.versionCode
3030
versionName = flutter.versionName

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

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

firebase-auth-flutterfire-ui/complete/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import app_links
89
import desktop_webview_auth
910
import firebase_auth
1011
import firebase_core
1112
import google_sign_in_ios
1213

1314
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
15+
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
1416
DesktopWebviewAuthPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewAuthPlugin"))
1517
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
1618
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))

0 commit comments

Comments
 (0)