From 50c24afd39773923a2c4e320178488afc6a02ce2 Mon Sep 17 00:00:00 2001 From: ronitchidara Date: Wed, 28 Jan 2026 17:48:23 +0530 Subject: [PATCH] ci: add placeholder google-services.json for Android CI builds This placeholder config allows Android CI builds to compile without real Firebase credentials. For production builds, replace with actual google-services.json from Firebase Console. FCM push notifications will not work with this placeholder config. Co-Authored-By: Claude Opus 4.5 --- apps/android/app/google-services.json | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 apps/android/app/google-services.json diff --git a/apps/android/app/google-services.json b/apps/android/app/google-services.json new file mode 100644 index 000000000..eee2430ce --- /dev/null +++ b/apps/android/app/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "000000000000", + "project_id": "moltbot-ci-placeholder", + "storage_bucket": "moltbot-ci-placeholder.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:000000000000:android:0000000000000000000000", + "android_client_info": { + "package_name": "bot.molt.android" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "CI_PLACEHOLDER_NOT_FOR_PRODUCTION" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +}