geekdroid-firebase/build.gradle.kts
changeset 94 b06e88dcab29
parent 83 5ad573b6c84d
equal deleted inserted replaced
93:0f0e69edeafc 94:b06e88dcab29
    55 
    55 
    56     api(libs.timber)
    56     api(libs.timber)
    57 
    57 
    58     implementation(platform(libs.firebase.bom))
    58     implementation(platform(libs.firebase.bom))
    59     implementation(libs.firebase.crashlytics)
    59     implementation(libs.firebase.crashlytics)
    60     api(libs.firebase.firestore.ktx)
    60     api(libs.firebase.firestore)
    61     implementation(libs.firebase.auth)
    61     implementation(libs.firebase.auth)
    62 
    62 
    63     // not firebase but they often work together so here we are
    63     // not firebase but they often work together so here we are
    64     implementation(libs.play.services.location)
    64     implementation(libs.play.services.location)
    65 
    65