How does an app know when a new user/account signs up and how does that new account get handled in the app?
For example, if I have an app that reads the products from a store and stores them in a database how does the app treat a new account? Does it create a new database for each account? How is this process handled so that each customer has their own unique environment?
Terry