From df5b20cc38612993c6d84e4a2b4d41ae36792fe0 Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Tue, 4 Jun 2019 02:39:58 -0400 Subject: [PATCH] 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. --- .gitignore | 3 --- .../app/google-services.json | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 zcash-android-wallet-app/app/google-services.json diff --git a/.gitignore b/.gitignore index 9838e0c..e1746f8 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/zcash-android-wallet-app/app/google-services.json b/zcash-android-wallet-app/app/google-services.json new file mode 100644 index 0000000..d601b7e --- /dev/null +++ b/zcash-android-wallet-app/app/google-services.json @@ -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" +} \ No newline at end of file