From b9c02618d5df4b83dbf82916b565f520a1a070a6 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 17 Mar 2025 10:11:22 +0100 Subject: [PATCH] fix: intentionally commit the google-services file - not a secret --- .gitignore | 1 - google-services.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 google-services.json diff --git a/.gitignore b/.gitignore index b00b59ca..6dc107d8 100644 --- a/.gitignore +++ b/.gitignore @@ -46,5 +46,4 @@ credentials.json .ruby-lsp modules/hls-downloader/android/build streamyfin-4fec1-firebase-adminsdk.json -google-services.json .env \ No newline at end of file diff --git a/google-services.json b/google-services.json new file mode 100644 index 00000000..6901246b --- /dev/null +++ b/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "1039325086281", + "project_id": "streamyfin-4fec1", + "storage_bucket": "streamyfin-4fec1.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:1039325086281:android:b270168004aa30c1e1f598", + "android_client_info": { + "package_name": "com.fredrikburmester.streamyfin" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyABKBTRL9dvGuZbx009YFLUAPurFIDovFQ" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +}