mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: add google services configuration for Firebase integration
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
},
|
||||
"edgeToEdgeEnabled": false,
|
||||
"package": "com.oneuptime.oncall",
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"permissions": [
|
||||
"android.permission.USE_BIOMETRIC",
|
||||
"android.permission.USE_FINGERPRINT"
|
||||
|
||||
29
MobileApp/google-services.json
Normal file
29
MobileApp/google-services.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user