From 2a8e9391984bde80ae1e0063e9e0cde866f116ae Mon Sep 17 00:00:00 2001 From: Greatwolf Date: Sat, 16 May 2020 22:06:34 -0700 Subject: [PATCH] Added my own google-services.json to satisify push notification. This is also needed to stop firebase init crash during app signin. --- android/app/google-services.json | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 android/app/google-services.json diff --git a/android/app/google-services.json b/android/app/google-services.json new file mode 100644 index 0000000000..bc634e29a4 --- /dev/null +++ b/android/app/google-services.json @@ -0,0 +1,40 @@ +{ + "project_info": { + "project_number": "751837701865", + "firebase_url": "https://lichess-cc4ef.firebaseio.com", + "project_id": "lichess-cc4ef", + "storage_bucket": "lichess-cc4ef.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:751837701865:android:39c2ae91fb386c9f85b278", + "android_client_info": { + "package_name": "org.lichess.mobileapp" + } + }, + "oauth_client": [ + { + "client_id": "751837701865-utj7bs8pf07pl18kdq405mv0q3moh2jr.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAudTu8eJhgpMojIZ-_rH6G5tM1I6iFBWc" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "751837701865-utj7bs8pf07pl18kdq405mv0q3moh2jr.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file