-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This reverts commit 34fc230422f01e98a321b3caa7dfe3c9f20cf21b.
There was a problem hiding this 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/java/com/github/lookupgroup27/lookup/ui/authentication/SignIn.kt
Outdated
Show resolved
Hide resolved
…kUp into feature/sign-in-screen
Added the possibility for the CI to actually use our google_services.json file using GitHub secrets
We will actually skip this for now and add an issue to actually fix this code coverage problem on the SignIn.kt file later. |
Quality Gate failedFailed conditions |
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