equal
deleted
inserted
replaced
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 |