Skip to content

Commit

Permalink
corrections by sir....
Browse files Browse the repository at this point in the history
  • Loading branch information
rudramistry001 committed Feb 1, 2024
1 parent 8d04894 commit b774d48
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions login/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id "com.android.application"
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
id 'com.google.gms.google-services'
}

def localProperties = new Properties()
Expand Down
3 changes: 3 additions & 0 deletions login/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ buildscript {
}

dependencies {
//START FLUTTER FIRE CONFIGURATION
classpath 'com.google.gms:google-services:4.3.15'
//End flutter fire configuration
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
23 changes: 23 additions & 0 deletions login/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "apnachat-c0e5b",
"appId": "1:165377489826:android:0316baddcce8b37bf450fb",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "apnachat-c0e5b",
"configurations": {
"android": "1:165377489826:android:0316baddcce8b37bf450fb",
"ios": "1:165377489826:ios:43ee4a97fb88c00ef450fb"
}
}
}
}
}
}

0 comments on commit b774d48

Please sign in to comment.