home-assistant-android/.github/mock-google-services.json
Justin Bassett 8b4f3fa71f
Since Meta doesn't seem to want 2d apps yet we'll remove this build. (#2241)
* Since Meta doesn't seem to want 2d apps yet we'll remove this build.
This build was actually slowing down PR and release build times.

* Remove more quest references.

* More readme changes.
2022-02-04 15:38:18 -05:00

64 lines
1.4 KiB
JSON

{
"project_info": {
"project_number": "project_number",
"firebase_url": "firebase_url",
"project_id": "project_id",
"storage_bucket": "storage_bucket"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "mobilesdk_app_id",
"android_client_info": {
"package_name": "io.homeassistant.companion.android"
}
},
"api_key": [
{
"current_key": "current_key"
}
]
},
{
"client_info": {
"mobilesdk_app_id": "mobilesdk_app_id",
"android_client_info": {
"package_name": "io.homeassistant.companion.android.debug"
}
},
"api_key": [
{
"current_key": "current_key"
}
]
},
{
"client_info": {
"mobilesdk_app_id": "mobilesdk_app_id",
"android_client_info": {
"package_name": "io.homeassistant.companion.android.minimal"
}
},
"api_key": [
{
"current_key": "current_key"
}
]
},
{
"client_info": {
"mobilesdk_app_id": "mobilesdk_app_id",
"android_client_info": {
"package_name": "io.homeassistant.companion.android.minimal.debug"
}
},
"api_key": [
{
"current_key": "current_key"
}
]
}
],
"configuration_version": "1"
}