BackendlessUser mutitable

Can I create more than one BackendlessUser tables

For example two user categories

One for the service provider and the other is for service getter

Hi Mahmoud,

There can be only one table Users and BackendlessUser is the corresponding class.
You may create your own table for additional users and create your own class, but it may introduce a lot of complexity and therefore bugs.

Depending on the details of your request, I suppose you could implement it either with a column “category” in Users table or with Custom Roles.