mirror of
https://github.com/stoatchat/for-android.git
synced 2026-07-21 04:25:25 -04:00
adfaa04a71
* feat: support for codespaces Signed-off-by: Alex Yong <alexjyong@gmail.com> * feat: allowing this to be ran in automated contexts Signed-off-by: Alex Yong <alexjyong@gmail.com> * chore: update devcontainer.json Signed-off-by: Alex Yong <alexjyong@gmail.com> * feat: Adding in dummy google services json file, and updating documentation * fix: typo * fix: adjust storage bucket --------- Signed-off-by: Alex Yong <alexjyong@gmail.com>
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"project_info": {
|
|
"project_number": "123456789012",
|
|
"project_id": "revolt-android-dev",
|
|
"storage_bucket": "revolt-chat.appspot.com"
|
|
},
|
|
"client": [
|
|
{
|
|
"client_info": {
|
|
"mobilesdk_app_id": "1:123456789012:android:abcdef1234567890",
|
|
"android_client_info": {
|
|
"package_name": "chat.revolt"
|
|
}
|
|
},
|
|
"oauth_client": [
|
|
{
|
|
"client_id": "123456789012-abcdefghijklmnopqrstuvwxyz123456.apps.googleusercontent.com",
|
|
"client_type": 3
|
|
}
|
|
],
|
|
"api_key": [
|
|
{
|
|
"current_key": "AIzaSyDummyKeyForDevelopmentOnly1234567890"
|
|
}
|
|
],
|
|
"services": {
|
|
"appinvite_service": {
|
|
"other_platform_oauth_client": [
|
|
{
|
|
"client_id": "123456789012-abcdefghijklmnopqrstuvwxyz123456.apps.googleusercontent.com",
|
|
"client_type": 3
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"client_info": {
|
|
"mobilesdk_app_id": "1:123456789012:android:abcdef1234567891",
|
|
"android_client_info": {
|
|
"package_name": "chat.revolt.debug"
|
|
}
|
|
},
|
|
"oauth_client": [
|
|
{
|
|
"client_id": "123456789012-abcdefghijklmnopqrstuvwxyz123456.apps.googleusercontent.com",
|
|
"client_type": 3
|
|
}
|
|
],
|
|
"api_key": [
|
|
{
|
|
"current_key": "AIzaSyDummyKeyForDevelopmentOnly1234567890"
|
|
}
|
|
],
|
|
"services": {
|
|
"appinvite_service": {
|
|
"other_platform_oauth_client": [
|
|
{
|
|
"client_id": "123456789012-abcdefghijklmnopqrstuvwxyz123456.apps.googleusercontent.com",
|
|
"client_type": 3
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"configuration_version": "1"
|
|
} |