From 960050540ba29217d6dd6917253430cf46ed1d4a Mon Sep 17 00:00:00 2001 From: magmahindenburg Date: Wed, 14 Jun 2017 14:20:53 +0900 Subject: [PATCH] Updated Firebase vars --- .../bitcoincom/GoogleService-Info.plist | 24 +++++++++---------- app-template/bitcoincom/google-services.json | 18 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/app-template/bitcoincom/GoogleService-Info.plist b/app-template/bitcoincom/GoogleService-Info.plist index 977ffeb62..122c34077 100644 --- a/app-template/bitcoincom/GoogleService-Info.plist +++ b/app-template/bitcoincom/GoogleService-Info.plist @@ -3,25 +3,25 @@ AD_UNIT_ID_FOR_BANNER_TEST - ca-app-pub-3940256099942544/2934735716 + ca-app-pub-432300239540/2934735716 AD_UNIT_ID_FOR_INTERSTITIAL_TEST - ca-app-pub-3940256099942544/4411468910 + ca-app-pub-432300239540/4411468910 CLIENT_ID - 149194066736-tukkdahsck00842frm4l7c2r04bhhj4l.apps.googleusercontent.com + 432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com REVERSED_CLIENT_ID - com.googleusercontent.apps.149194066736-tukkdahsck00842frm4l7c2r04bhhj4l + com.googleusercontent.apps.432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc API_KEY - AIzaSyAygvOaO5hmkL2Vze66yVAGU2QhcoTyZFA + AIzaSyADYCe-0VVCzndVH1nXMdV2JLD_cM8TmJo GCM_SENDER_ID - 149194066736 + 432300239540 PLIST_VERSION 1 BUNDLE_ID - com.bitpay.copay + com.bitcoin.wallet PROJECT_ID - bitpay-wallet + bitcoin-com-wallet STORAGE_BUCKET - bitpay-wallet.appspot.com + bitcoin-com-wallet.appspot.com IS_ADS_ENABLED IS_ANALYTICS_ENABLED @@ -33,8 +33,8 @@ IS_SIGNIN_ENABLED GOOGLE_APP_ID - 1:149194066736:ios:6de8942b48fea047 + 1:432300239540:android:3be699f352c30a45 DATABASE_URL - https://bitpay-wallet.firebaseio.com + https://bitcoin-com-wallet.firebaseio.com/ - \ No newline at end of file + diff --git a/app-template/bitcoincom/google-services.json b/app-template/bitcoincom/google-services.json index 8b14cdb70..8ea74abd9 100644 --- a/app-template/bitcoincom/google-services.json +++ b/app-template/bitcoincom/google-services.json @@ -1,27 +1,27 @@ { "project_info": { - "project_number": "149194066736", - "firebase_url": "https://bitpay-wallet.firebaseio.com", - "project_id": "bitpay-wallet", - "storage_bucket": "bitpay-wallet.appspot.com" + "project_number": "432300239540", + "firebase_url": "https://bitcoin-com-wallet.firebaseio.com", + "project_id": "bitcoin-com-wallet", + "storage_bucket": "bitcoin-com-wallet.appspot.com" }, "client": [ { "client_info": { - "mobilesdk_app_id": "1:149194066736:android:6de8942b48fea047", + "mobilesdk_app_id": "1:432300239540:android:3be699f352c30a45", "android_client_info": { - "package_name": "com.bitpay.copay" + "package_name": "com.bitcoin.wallet" } }, "oauth_client": [ { - "client_id": "149194066736-1gf0d9nk288dke5jdiuj8unkplhl8nco.apps.googleusercontent.com", + "client_id": "432300239540-aeh6b8eebnkgq0e3tv0g0a0t1qhkhhcc.apps.googleusercontent.com", "client_type": 3 } ], "api_key": [ { - "current_key": "AIzaSyCZ8nyjRBe-0Lyur0LjO-SOkjv32uNQKy0" + "current_key": "AIzaSyDphC3flCVFFOENAy9tMgOUFxC6_H8JWMs" } ], "services": { @@ -39,4 +39,4 @@ } ], "configuration_version": "1" -} +} \ No newline at end of file