Hello all,
I am trying to figure out what the best practices are for setting up a database structure for unique users.
I am creating a financial app and each user will create a user name that will produce a unique user ID from firebase.
Would it be b...