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" +}