chore: add real Firebase config and messaging dependency

- google-services.json now has real Firebase project values
- Added firebase-messaging-ktx dependency (was missing)
- Updated google-services plugin to 4.4.4
This commit is contained in:
2026-06-13 13:00:54 -04:00
parent 32740b1ee0
commit c3a736f927
4 changed files with 10 additions and 14 deletions

View File

@@ -66,6 +66,8 @@ dependencies {
implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.work:work-runtime-ktx:2.10.0") implementation("androidx.work:work-runtime-ktx:2.10.0")
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))
implementation("com.google.firebase:firebase-analytics")
implementation("com.google.firebase:firebase-messaging-ktx:24.1.0") implementation("com.google.firebase:firebase-messaging-ktx:24.1.0")
debugImplementation("androidx.compose.ui:ui-tooling") debugImplementation("androidx.compose.ui:ui-tooling")

View File

@@ -1,13 +1,13 @@
{ {
"project_info": { "project_info": {
"project_number": "000000000000", "project_number": "402296861916",
"project_id": "servermanager-placeholder", "project_id": "servermanager-4cf7a",
"storage_bucket": "servermanager-placeholder.appspot.com" "storage_bucket": "servermanager-4cf7a.firebasestorage.app"
}, },
"client": [ "client": [
{ {
"client_info": { "client_info": {
"mobilesdk_app_id": "1:000000000000:android:0000000000000000", "mobilesdk_app_id": "1:402296861916:android:37b5195fc3d5cbcd7eb019",
"android_client_info": { "android_client_info": {
"package_name": "com.devlab.app" "package_name": "com.devlab.app"
} }
@@ -15,18 +15,12 @@
"oauth_client": [], "oauth_client": [],
"api_key": [ "api_key": [
{ {
"current_key": "PLACEHOLDER_API_KEY_REPLACE_IN_FIREBASE_CONSOLE" "current_key": "AIzaSyBvcAfrLKY9XYHbc8Pv2dWTj-U4neSZ6nY"
} }
], ],
"services": { "services": {
"analytics_service": {
"status": 0
},
"appinvite_service": { "appinvite_service": {
"status": 0 "other_platform_oauth_client": []
},
"google_cast_service": {
"status": 0
} }
} }
} }

View File

@@ -2,5 +2,5 @@ plugins {
id("com.android.application") version "9.2.1" apply false id("com.android.application") version "9.2.1" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.3.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21" apply false
id("com.google.gms.google-services") version "4.4.2" apply false id("com.google.gms.google-services") version "4.4.4" apply false
} }

Binary file not shown.