Files
for-android/app/google-services.json.example
Alex Yong adfaa04a71 feat: add support for GH codespaces (#25)
* 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>
2025-08-21 19:33:56 +02:00

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