From d20ad5d532a24c8a548a075182e3132f563cb73e Mon Sep 17 00:00:00 2001 From: grata Date: Wed, 27 Sep 2023 09:01:50 +0200 Subject: [PATCH] google files --- android/app/google-services.json | 30 +++++++++++++++ ios/Runner/GoogleService-Info.plist | 59 +++++++++++++---------------- 2 files changed, 57 insertions(+), 32 deletions(-) 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 0000000..7e97117 --- /dev/null +++ b/android/app/google-services.json @@ -0,0 +1,30 @@ +{ + "project_info": { + "project_number": "164857321043", + "firebase_url": "https://progetto-m335-default-rtdb.europe-west1.firebasedatabase.app", + "project_id": "progetto-m335", + "storage_bucket": "progetto-m335.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:164857321043:android:0a67e4973f9208721ad8a6", + "android_client_info": { + "package_name": "ch.ameti.progetto_m335_flutter" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyCh2cA5AHNIS3e1Wnf48dfoCUKvmEM9J34" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist index 0632985..a4275eb 100644 --- a/ios/Runner/GoogleService-Info.plist +++ b/ios/Runner/GoogleService-Info.plist @@ -2,36 +2,31 @@ - AD_UNIT_ID_FOR_BANNER_TEST - ca-app-pub-3940256099942544/2934735716 - AD_UNIT_ID_FOR_INTERSTITIAL_TEST - ca-app-pub-3940256099942544/4411468910 - CLIENT_ID - test-do-not-use.apps.googleusercontent.com - REVERSED_CLIENT_ID - com.googleusercontent.apps.test-do-not-use - API_KEY - 000000000000000000000000000000000000000 - GCM_SENDER_ID - 999999999999 - PLIST_VERSION - 1 - BUNDLE_ID - com.google.example.BannerExample - IS_ADS_ENABLED - - IS_ANALYTICS_ENABLED - - IS_APPINVITE_ENABLED - - IS_GCM_ENABLED - - IS_SIGNIN_ENABLED - - GOOGLE_APP_ID - 1:999999999999:ios:0000000000000000 - DATABASE_URL - https://test-do-not-use.firebaseio.com + API_KEY + AIzaSyAhEex7OfyJHETyC-uSydOFGABBn5KX16Q + GCM_SENDER_ID + 164857321043 + PLIST_VERSION + 1 + BUNDLE_ID + ch.ameti.progettoM335Flutter + PROJECT_ID + progetto-m335 + STORAGE_BUCKET + progetto-m335.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:164857321043:ios:b497e5d24254d60e1ad8a6 + DATABASE_URL + https://progetto-m335-default-rtdb.europe-west1.firebasedatabase.app - - + \ No newline at end of file