diff --git a/.gitignore b/.gitignore index 04227be6c..791ca76f6 100644 --- a/.gitignore +++ b/.gitignore @@ -42,7 +42,7 @@ build/ /smarttube/output /smarttubetv/output /smarttubemobile/release -google-services.json +# google-services.json *.hprof log.txt android.keystore diff --git a/smarttubetv/google-services.json b/smarttubetv/google-services.json new file mode 100644 index 000000000..c5492562a --- /dev/null +++ b/smarttubetv/google-services.json @@ -0,0 +1,69 @@ +{ + "project_info": { + "project_number": "431299132531", + "firebase_url": "https://smarttube-tv.firebaseio.com", + "project_id": "smarttube-tv", + "storage_bucket": "smarttube-tv.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:431299132531:android:0c0bc4ac02047b30cd7e06", + "android_client_info": { + "package_name": "org.smarttube.beta" + } + }, + "oauth_client": [ + { + "client_id": "431299132531-hfd0kvpr6nkeuvkbr37kf1sbau626mr1.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyDGtSwgX8rNR8wpQXRRCTDUs4kehsRvfEg" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "431299132531-hfd0kvpr6nkeuvkbr37kf1sbau626mr1.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:431299132531:android:41bf2e0686efe091cd7e06", + "android_client_info": { + "package_name": "org.smarttube.stable" + } + }, + "oauth_client": [ + { + "client_id": "431299132531-hfd0kvpr6nkeuvkbr37kf1sbau626mr1.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyDGtSwgX8rNR8wpQXRRCTDUs4kehsRvfEg" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "431299132531-hfd0kvpr6nkeuvkbr37kf1sbau626mr1.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file