feat: integrate Firebase Crashlytics and Google Services into the project

This commit is contained in:
2026-05-01 17:35:23 +02:00
parent 8f5d0c5bc1
commit 72fea00444
4 changed files with 40 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ plugins {
alias(libs.plugins.kotlin.serialization)
alias(libs.plugins.hilt)
alias(libs.plugins.ksp)
alias(libs.plugins.google.gms.google.services)
alias(libs.plugins.google.firebase.crashlytics)
}
android {
@@ -82,6 +84,7 @@ dependencies {
implementation(libs.media3.datasource.okhttp)
implementation(libs.androidx.navigation3.runtime)
implementation(libs.androidx.navigation3.ui)
implementation(libs.firebase.crashlytics)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)

View File

@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "407366050869",
"project_id": "purefin-12eec",
"storage_bucket": "purefin-12eec.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:407366050869:android:8fa3540adfc514add73d7c",
"android_client_info": {
"package_name": "hu.bbara.purefin.tv"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyD8a9BnlFSmcw4v0gukC1qcyESznUUWsXI"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}