ibweev
Lurker
I have written an app that uses php to perform Create, Read, Update, and Delete operations on a mySQL database. I would like to publish the app but I am having trouble with the database. User's should NOT be allowed to see other user's information. For instance, assume there exist a PurchaseHistoryTable and there are multiple users with separate purchase histories, please provide a resource I can use or an example to follow to learn how a user may only access his/her individual purchase history. Would an application like Firebase allow user information from the database tables to be isolated from other users?
I am sure the attached picture is poor design but the concept of having a user access his/her own information is what I am trying to convey.
I am sure the attached picture is poor design but the concept of having a user access his/her own information is what I am trying to convey.