We area developing a multi-tenant SaaS Web App and Mobile App with Appery.io.
Any sugestion on the best approach with Appery Database ?
What is the Appery.io multi-tenant approach ?
We area developing a multi-tenant SaaS Web App and Mobile App with Appery.io.
Any sugestion on the best approach with Appery Database ?
What is the Appery.io multi-tenant approach ?
Hello Joni,
Please look at Team and Permissions documentation: https://devcenter.appery.io/documenta...
Hi Joni,
Could you please be a little bit more specific with your question. What are technical specs and requirements for your project?
Hi Illya,
I am building a SaaS Multi-tenant Maintainance web system that works with subscriptions ( the same way Appery works). So several companies can use the same database.
A tenant Collection was created so every other collection in the database uses the tenant_id to show only the selected tenant data, isolating other companies data.
Is this the best approach ?
Should the tenant id be created with the user _id ? Or an tenant_id from a the tenant collection?
You can use ACL field for that: https://devcenter.appery.io/documenta...
Each company has it's own user. Just add that user's ID to the ACL with permissions read=true, write=true.