Noted.
Perhaps things could become much more clear in your thought process with a database structure like this:
This way you can define the following pages:
The key takeaways from the above structure are the following:
- You can use the default data type USER that comes with every Bubble app to manage your users. No matter how they are classified/categorized in your app.
- You can use your SERVICE PROVIDERS as you need them and always have a user associated to them.
- You can use your USERS as you need them and always have a “true” user associated to them.
Hope this helps 