Different Login

Hi,

is there a way to have user and admin access to an app? I used the thunakable youtube video to create a login place. However, i was wondering if you could have a specific login that would be admin use only that would be able to see extra data?

I did this in my app with a check. Each user has a check of Admin yes or no (which I set manually in the database). When they go into a particular screen I check if they are admin and if they are certain options are visible only to them. They can click on that to go to admin only screens too. I hope that makes sense.

2 Likes

did you use firebase?

I have used this method with both firebase and airtable.

I should clarify, each user has a profile that is created the first time they sign in with a on-boarding screen where I let them enter a username. The default for admin is set to no at that point.