Firebase – How to check whether a value is exist or not in Firestore Database with Jetpack Compose?
I have a Sign-Up Screen. On that screen, I get Username, Email, and Password. The Firestore API automatically checks if the Email is in use or not but I want to show the user if the Username entered is in…