Firebase integration register and email#32
Merged
nirvan73 merged 26 commits intoJul 5, 2026
Merged
Conversation
added 13 commits
June 27, 2026 16:55
…ebaseIntegration-RegisterAndEmail # Conflicts: # app/src/main/java/com/tpc/nudj/MainActivity.kt # app/src/main/java/com/tpc/nudj/ui/navigation/ScreenRoute.kt # app/src/main/java/com/tpc/nudj/viewmodels/auth/ResetPassword/ResetPasswordViewModel.kt
nirvan73
requested changes
Jul 3, 2026
nirvan73
left a comment
Collaborator
There was a problem hiding this comment.
@nehasiwach802 Please address the reviews left.
…mail' into firebaseIntegration-RegisterAndEmail
Contributor
Author
|
@nirvan73 I have made all the changes , please review |
b8c119c to
2f6fb3c
Compare
01bb563 to
516ebd5
Compare
nirvan73
requested changes
Jul 5, 2026
nirvan73
left a comment
Collaborator
There was a problem hiding this comment.
@nehasiwach802 Please address these few issues before we merge this PR.
…mail' into firebaseIntegration-RegisterAndEmail
Contributor
Author
|
@nirvan73 I have made both the changes , please review |
nirvan73
reviewed
Jul 5, 2026
Collaborator
|
@nehasiwach802 LGTM!! Great work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request – Nudj Contribution
🔧 What does this PR do?
1.integrated firebase with register screen and handled the role selection
2. integrated firebase with email verification screen and navigation to screen on basis of screen.
🧩 Related Issue
Closes: #29
📸 Screenshots / UI Demo (If applicable)
WhatsApp.Video.2026-07-03.at.11.57.57.mp4
WhatsApp.Video.2026-07-03.at.11.58.08.1.mp4
WhatsApp.Video.2026-07-03.at.11.58.08.mp4
google sign in testing -
video_20260705_194626_edit.mp4
](url)
✅ Checklist
main🧠 Brief Explanation of Approach
Validate email, password, confirmation, and selected role. Create the Firebase account, profile, and send verification email, checked all the edge cases and any error ,Start countdown, support resend, and monitor verification status. After verification, route User or Club to the appropriate screen.
📢 Additional Notes (Optional)