diff --git a/android/app/build.gradle b/android/app/build.gradle index 0f5c610..44bbc2e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,5 +1,8 @@ plugins { id "com.android.application" + // START: FlutterFire Configuration + id 'com.google.gms.google-services' + // END: FlutterFire Configuration id "kotlin-android" // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins. id "dev.flutter.flutter-gradle-plugin" @@ -42,3 +45,5 @@ android { flutter { source = "../.." } + +apply plugin: 'com.google.gms.google-services' \ No newline at end of file diff --git a/android/app/google-services.json b/android/app/google-services.json new file mode 100644 index 0000000..e68a240 --- /dev/null +++ b/android/app/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "392489806594", + "project_id": "folad-neiriz", + "storage_bucket": "folad-neiriz.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:392489806594:android:76b6661258b6f56f3b301b", + "android_client_info": { + "package_name": "com.example.qadirneyriz" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyAuDK456j4fFdNqrzQRDYyWRcB0VkQ2bCY" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e2401a1..0b40b33 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,10 +1,12 @@ - + - + + - + + +