I want to add extra validation when the user enters their username. Duplicates can currently be created per user. In other words, every user could have the same username. However, I want each user to have a unique name and there are no duplicates.
Currently I've looked everywhere in Flutterflow and Firebase. Unfortunately nothing suitable was found.