diff --git a/MobileApp/app.json b/MobileApp/app.json index 75fe56fc21..d9f35cf5ca 100644 --- a/MobileApp/app.json +++ b/MobileApp/app.json @@ -30,6 +30,7 @@ }, "edgeToEdgeEnabled": false, "package": "com.oneuptime.oncall", + "googleServicesFile": "./google-services.json", "permissions": [ "android.permission.USE_BIOMETRIC", "android.permission.USE_FINGERPRINT" diff --git a/MobileApp/google-services.json b/MobileApp/google-services.json new file mode 100644 index 0000000000..c1ab824b3c --- /dev/null +++ b/MobileApp/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "877286215861", + "project_id": "oneuptime-on-call", + "storage_bucket": "oneuptime-on-call.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:877286215861:android:f783c4aa68be6cba54eefc", + "android_client_info": { + "package_name": "com.oneuptime.oncall" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyBVUYdIldBliGtG0mIGa-nNs6eUJkJmKOM" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +}