refactor: add google services configuration for Firebase integration

This commit is contained in:
Nawaz Dhandala
2026-02-18 08:54:10 +00:00
parent c9eb72ba2c
commit 2dc0dc4c96
2 changed files with 30 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
},
"edgeToEdgeEnabled": false,
"package": "com.oneuptime.oncall",
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT"

View File

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