quero fazer o fire base agora

This commit is contained in:
2026-02-03 10:39:29 +00:00
parent ff725c6c1f
commit e19e8237f3
707 changed files with 37441 additions and 53653 deletions

View File

@@ -5,12 +5,12 @@ plugins {
android {
namespace 'com.example.cuida'
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.cuida"
minSdk 24
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
@@ -45,6 +45,8 @@ dependencies {
implementation 'androidx.credentials:credentials-play-services-auth:1.5.0'
implementation 'com.google.android.libraries.identity.googleid:googleid:1.1.1'
implementation 'com.google.firebase:firebase-storage:22.0.1'
implementation 'com.google.firebase:firebase-database:22.0.1'
implementation 'com.google.firebase:firebase-firestore:26.1.0'
// Room
def room_version = "2.6.1"
@@ -57,4 +59,8 @@ dependencies {
// Location
implementation 'com.google.android.gms:play-services-location:21.0.1'
// Google AI SDK for Android (Gemini)
implementation 'com.google.ai.client.generativeai:generativeai:0.9.0'
implementation 'com.google.guava:guava:31.1-android'
}