From 6751119d891ec2548f3a93553c3d592a441787ef Mon Sep 17 00:00:00 2001 From: 230405 <230405@epvc.pt> Date: Wed, 3 Dec 2025 10:32:51 +0000 Subject: [PATCH] fiz o iniciar sessao e ja programei --- .idea/.name | 1 + .idea/AndroidProjectSystem.xml | 6 ++++++ .idea/appInsightsSettings.xml | 26 ++++++++++++++++++++++++++ .idea/compiler.xml | 6 ++++++ .idea/deploymentTargetSelector.xml | 10 ++++++++++ .idea/gradle.xml | 19 +++++++++++++++++++ .idea/migrations.xml | 10 ++++++++++ .idea/misc.xml | 10 ++++++++++ .idea/runConfigurations.xml | 17 +++++++++++++++++ .idea/vcs.xml | 6 ++++++ app/google-services.json | 29 +++++++++++++++++++++++++++++ 11 files changed, 140 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/AndroidProjectSystem.xml create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/gradle.xml create mode 100644 .idea/migrations.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/runConfigurations.xml create mode 100644 .idea/vcs.xml create mode 100644 app/google-services.json diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..062c5f5 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +cuida+ \ No newline at end of file diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..0165e07 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..b86273d --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..639c779 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..74dd639 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..16660f1 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/google-services.json b/app/google-services.json new file mode 100644 index 0000000..bd1a2c0 --- /dev/null +++ b/app/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "42675605100", + "project_id": "cuida-7d841", + "storage_bucket": "cuida-7d841.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:42675605100:android:664a806c688e287a4b5249", + "android_client_info": { + "package_name": "com.example.cuida" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyClxXOWuzwdwPQFAyka7uXkJVpaJ_EylAE" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file