This may sound like a very noob question but I can’t seem to find the answer so, here it is…
My app is a bit like a social networking app but the user (admin) is able to set up up their own closed Network of Users. Users are then invited to the Network.
As I’ve begun designing the app I’ve been thinking of it as the Network but I should be thinking of it to accommodate everyone single user that will be potentially using it right?
In which case can I/should I be creating a Unique ID for each Network somehow?
Also, should I be thinking about a web app as well to manage the entire database?
If the user gets to decide the “network” name, then you can just create a new database, then filter by logged in user - network.
If not, then create a unique ID so you can filter it later if need be.
Only think about a web app if you think you’ll have a larger number of users, otherwise you can just have the photos hosted elsewhere so you don’t use up all your 5GB on Adalo database.