Skip to content

Commit 23e5f25

Browse files
committed
fix: Fixed a problem with Firebase authentication.
1 parent ec4a414 commit 23e5f25

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

android/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
plugins {
22
id "com.android.application"
3+
id "kotlin-android"
4+
id "dev.flutter.flutter-gradle-plugin"
35
// START: FlutterFire Configuration
46
id 'com.google.gms.google-services'
7+
id "com.google.firebase.crashlytics"
58
// END: FlutterFire Configuration
6-
id "kotlin-android"
7-
id "dev.flutter.flutter-gradle-plugin"
89
}
910

1011
def localProperties = new Properties()

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@
4444
<category android:name="android.intent.category.DEFAULT" />
4545
<category android:name="android.intent.category.BROWSABLE" />
4646

47-
<data
48-
android:host="open-authenticator-by-skyost.firebaseapp.com"
49-
android:scheme="https" />
50-
</intent-filter>
51-
<intent-filter android:autoVerify="true">
52-
<action android:name="android.intent.action.VIEW" />
53-
54-
<category android:name="android.intent.category.DEFAULT" />
55-
<category android:name="android.intent.category.BROWSABLE" />
56-
5747
<data
5848
android:host="totp"
5949
android:scheme="otpauth" />

android/settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plugins {
2222
id "org.jetbrains.kotlin.android" version "1.8.21" apply false
2323
// START: FlutterFire Configuration
2424
id "com.google.gms.google-services" version "4.4.2" apply false
25+
id "com.google.firebase.crashlytics" version "2.9.9" apply false
2526
// END: FlutterFire Configuration
2627
}
2728

0 commit comments

Comments
 (0)