From fbc6965c4ead9ca9add1e3354d181ce73c45a933 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 15 Aug 2021 17:08:43 -0400 Subject: [PATCH] Update google-services.json with latest version from Firebase Console --- app/src/standard/google-services.json | 30 ++++++++++++--------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/app/src/standard/google-services.json b/app/src/standard/google-services.json index 72d54700e4..2651287a28 100644 --- a/app/src/standard/google-services.json +++ b/app/src/standard/google-services.json @@ -25,15 +25,13 @@ } ], "services": { - "analytics_service": { - "status": 1 - }, "appinvite_service": { - "status": 1, - "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 2 + "other_platform_oauth_client": [ + { + "client_id": "777921915939-9q25jvgbdtpk91daqlk7sa1cbdcg77o6.apps.googleusercontent.com", + "client_type": 3 + } + ] } } }, @@ -56,18 +54,16 @@ } ], "services": { - "analytics_service": { - "status": 1 - }, "appinvite_service": { - "status": 1, - "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 2 + "other_platform_oauth_client": [ + { + "client_id": "777921915939-9q25jvgbdtpk91daqlk7sa1cbdcg77o6.apps.googleusercontent.com", + "client_type": 3 + } + ] } } } ], "configuration_version": "1" -} \ No newline at end of file +}