I need some help. I plan develop an Saas project and serve it to 500-1000 customers. Each Customer would be have about 1000 members and each member can use an mobile app to track fitness information.
So my question! What is the best way to deploy and deliver or realize the project.
A) Each customer has an parse server installation and on login the user have to enter customerId, email and password. The customerId map to an subdomain and the subdomain map an parse server. Here an example customerId 100123 map to 100123.example.com
B) Work with roles and set roles on each object to customerId
What is the best way to solve the problem. In solution A) the is an overhead with administration, configuration and setup. But on other side each customer has own database. In solution B) there is it easy to scale, the parse server could be hosted on heroku and with some clicks I can scale an deliver new customers automatically.
Is there some experiences? Is it possible that 500K or 1M users can use one parse server.