Any advice on setting up a multi tenant app? My thinking so far is to add a field to every table and have it relate to the tenant table, and to add a field to the Users table to record the user’s tenant ID. Pub/subs could have the main token of the sub-topic being the tenant ID. Same sort of logic for other stuff that needs to be kept separate.
Thanks.