Add placeholder google services file.

This will make it easier for workshop attendees to build the app on their machine. Since we are only using local FirebaseVision APIs we do not actually need a valid file here.
This commit is contained in:
Kevin Gorham 2019-06-04 02:39:58 -04:00
parent e518050d95
commit df5b20cc38
No known key found for this signature in database
GPG Key ID: ABA38E928749A19E
2 changed files with 26 additions and 3 deletions

3
.gitignore vendored
View File

@ -48,9 +48,6 @@ captures/
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/

View File

@ -0,0 +1,26 @@
{
"project_info": {
"project_number": "dummyValue",
"firebase_url": "https://dummyValue",
"project_id": "dummyValue",
"storage_bucket": "dummyValue"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1:android:cafebabe",
"android_client_info": {
"package_name": "cash.z.android.zcon1.testnet"
}
},
"api_key": [
{
"current_key": "dummyValue"
}
],
"services": {
}
}
],
"configuration_version": "1"
}