Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/sign in screen #23

Merged
merged 10 commits into from
Oct 14, 2024
Merged

Feature/sign in screen #23

merged 10 commits into from
Oct 14, 2024

Conversation

Ismaillat
Copy link
Contributor

@Ismaillat Ismaillat commented Oct 12, 2024

This pull request introduces the SignIn feature and adds UI tests for ensuring the functionality. It also integrates the Google Mobile Services (GMS) plugin in the app-level Gradle file to support Google Sign-In functionality.

Main changes:
Implemented the SignIn feature with Google authentication using Firebase.
Added UI tests to verify the correct behavior of the SignIn screen and Google Sign-In flow.
Integrated the GMS plugin in the app-level build.gradle file to enable Google authentication services.

Closes Issue:

Closes #17

Copy link
Contributor

@AdrienBousquieEPFL AdrienBousquieEPFL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to update the branch by merging it with the current state of the main branch and resolve the potential conflicts. By the way, I annotated some things that we can change and things that we can discuss to prepare for modularity with the dark mode. Otherwise, the tests and the code is fine 👍

app/src/main/res/drawable/app_logo.png Outdated Show resolved Hide resolved
@AdrienBousquieEPFL
Copy link
Contributor

Quality Gate Failed Quality Gate failed

Failed conditions 68.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

We will actually skip this for now and add an issue to actually fix this code coverage problem on the SignIn.kt file later.

@AdrienBousquieEPFL AdrienBousquieEPFL requested review from mehdi-hamirifou and removed request for mehdi-hamirifou October 13, 2024 17:42
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
68.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@Ismaillat Ismaillat merged commit 055ad37 into main Oct 14, 2024
1 of 2 checks passed
@Ismaillat Ismaillat deleted the feature/sign-in-screen branch October 14, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement google authentication
4 participants