From fb13d1e53ff4ecc7bf1beb9c105e59c137605ce4 Mon Sep 17 00:00:00 2001 From: Liam Niehus-Staab <34754390+niehusst@users.noreply.github.com> Date: Tue, 9 Mar 2021 23:21:28 -0600 Subject: [PATCH] add google-services file (#143) --- .gitignore | 2 +- app/google-services.json | 47 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 app/google-services.json diff --git a/.gitignore b/.gitignore index c4cca23..2960113 100644 --- a/.gitignore +++ b/.gitignore @@ -61,7 +61,7 @@ keystore.properties .cxx/ # Google Services (e.g. APIs or Firebase) -google-services.json +#google-services.json # Freeline freeline.py diff --git a/app/google-services.json b/app/google-services.json new file mode 100644 index 0000000..c08686c --- /dev/null +++ b/app/google-services.json @@ -0,0 +1,47 @@ +{ + "project_info": { + "project_number": "1061192947637", + "project_id": "partyq-3f40c", + "storage_bucket": "partyq-3f40c.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:1061192947637:android:14fbd6b9abf2abc9acabfc", + "android_client_info": { + "package_name": "com.niehusst.partyq" + } + }, + "oauth_client": [ + { + "client_id": "1061192947637-fo97hlb364vuko6p19rc8ahg88kkid6k.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.niehusst.partyq", + "certificate_hash": "68174e1fc7d16c5ed039d377d98fec008a7a63fb" + } + }, + { + "client_id": "1061192947637-fu37smv767fri8niqm9h0doiq6rt0t9f.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCDGggNl7HGX9s26y_5Rpnpws4ZgiFBEbw" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "1061192947637-fu37smv767fri8niqm9h0doiq6rt0t9f.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file