ecra principal

This commit is contained in:
2026-01-29 10:40:21 +00:00
parent 906849e4b7
commit 1c68112436
11 changed files with 234 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ dependencies {
implementation(platform(libs.firebase.bom))
implementation("com.google.firebase:firebase-firestore")
implementation("com.google.firebase:firebase-auth")
implementation(libs.firebase.database)
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)