Skip to content

Commit

Permalink
chore(auth): move example app to "flutterfire-e2e-tests" Firebase pro…
Browse files Browse the repository at this point in the history
…ject (#10042)
  • Loading branch information
russellwheatley committed Dec 8, 2022
1 parent d75786f commit c0d38cf
Show file tree
Hide file tree
Showing 10 changed files with 261 additions and 563 deletions.
Expand Up @@ -43,7 +43,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "io.flutter.plugins.firebaseauthexample"
applicationId "io.flutter.plugins.firebase.auth.example"
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
Expand All @@ -69,4 +69,4 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'

0 comments on commit c0d38cf

Please sign in to comment.