Skip to content

Commit 5abac2b

Browse files
chore(firestore): move example app to "flutterfire-e2e-test" project (#10036)
1 parent 8144058 commit 5abac2b

16 files changed

+842
-107
lines changed

packages/cloud_firestore/cloud_firestore/example/android/app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ if (flutterVersionName == null) {
2222
}
2323

2424
apply plugin: 'com.android.application'
25+
// START: FlutterFire Configuration
26+
apply plugin: 'com.google.gms.google-services'
27+
// END: FlutterFire Configuration
2528
apply plugin: 'kotlin-android'
2629
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2730

@@ -43,7 +46,7 @@ android {
4346

4447
defaultConfig {
4548
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46-
applicationId "io.flutter.plugins.firebase.firestoreexample"
49+
applicationId "io.flutter.plugins.firebase.firestore.example"
4750
minSdkVersion 19
4851
targetSdkVersion flutter.targetSdkVersion
4952
versionCode flutterVersionCode.toInteger()

0 commit comments

Comments
 (0)