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

Implement Function to Check Unique Username in Database #114

Closed
Alpha17-2 opened this issue May 18, 2024 · 0 comments · Fixed by #115
Closed

Implement Function to Check Unique Username in Database #114

Alpha17-2 opened this issue May 18, 2024 · 0 comments · Fixed by #115
Assignees

Comments

@Alpha17-2
Copy link
Collaborator

Description

We need to implement a function in our Flutter app that checks whether a username already exists in the Firebase Firestore database to ensure each username is unique. This function should query the 'user' collection and return whether the username is available or already taken.

Acceptance Criteria

  • The function should accurately check the existence of a username in the Firebase Firestore database.
  • The UI should display appropriate messages indicating whether the username is available or taken.
  • Ensure proper error handling and user feedback.
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 a pull request may close this issue.

1 participant