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 best to create a table for each user with their information? - or - one big table with their unique id as a field?
