Skip to content

Commit

Permalink
Add dummy config for local emu
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Jan 19, 2024
1 parent ed6656a commit b9bae12
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.*
**/google-services.json
!ground/src/debug/local/google-services.json
!.gitignore
!gradle/
**/google-services.json

# Taken from Android.gitignore https://github.com/github/gitignore/blob/master/Android.gitignore
#
Expand Down
34 changes: 34 additions & 0 deletions ground/src/debug/local/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"project_info": {
"project_number": "334087903719",
"project_id": "ground-local-dev",
"storage_bucket": "ground-local-dev.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:334087903719:android:277f0bf3c1887739f40542",
"android_client_info": {
"package_name": "com.google.android.ground"
}
},
"oauth_client": [
{
"client_id": "692826002572-iujfjv8dot9bnqgi597cm6k6a9hkn86g.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBKXBjsrQzgpbhgP9RwuOG6xWww83eKi_Q"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}

0 comments on commit b9bae12

Please sign in to comment.