#218: [Major Bug] Username unique
Issue #218 by pranshugupta54
[Major Bug] Username unique
Describe the bug
When user creates a new account, first it gets added to firebase and then mongoDB.
If the username already exists then mongoDB rejects with duplicate.
This results in: User is created in Firebase but not in MongoDB.
Expected behavior
- Check username before creating on firebase
OR
- If username is duplicate then create user with uid as username
1 Reply
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View