Hi,
I am using backendless and I created a new column called “group” in the user table.
I want the user to start/see a different page depending on the group they are in.
Anyone an idea how to achieve this?
Thanks in advance.
Hi,
I am using backendless and I created a new column called “group” in the user table.
I want the user to start/see a different page depending on the group they are in.
Anyone an idea how to achieve this?
Thanks in advance.
Have all users go to a “loading” page that shows nothing but spinner, then have some logic to filter them off to the desired page.