# Different Login

**URL:** https://community.thunkable.com/t/different-login/1218029
**Category:** Questions about Thunkable X
**Created:** [April 11, 2021, 3:46pm UTC](https://community.thunkable.com/t/different-login/1218029 "2021-04-11T15:46:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![annikajain101bwbszs](https://avatars.discourse-cdn.com/v4/letter/a/e36b37/32.png) [@annikajain101bwbszs](https://community.thunkable.com/u/annikajain101bwbszs)
#### Post date: [April 11, 2021, 3:46pm UTC](https://community.thunkable.com/t/different-login/1218029/1 "2021-04-11T15:46:40Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![LuEllaBella](https://avatars.discourse-cdn.com/v4/letter/l/b9bd4f/32.png) [@LuEllaBella](https://community.thunkable.com/u/LuEllaBella)
#### Post date: [April 11, 2021, 4:08pm UTC](https://community.thunkable.com/t/different-login/1218029/2 "2021-04-11T16:08:28Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![annikajain101bwbszs](https://avatars.discourse-cdn.com/v4/letter/a/e36b37/32.png) [@annikajain101bwbszs](https://community.thunkable.com/u/annikajain101bwbszs)
#### Post date: [April 11, 2021, 5:41pm UTC](https://community.thunkable.com/t/different-login/1218029/3 "2021-04-11T17:41:27Z")

</div>

did you use firebase?

---

<div class="post-metadata">

### Author: ![LuEllaBella](https://avatars.discourse-cdn.com/v4/letter/l/b9bd4f/32.png) [@LuEllaBella](https://community.thunkable.com/u/LuEllaBella)
#### Post date: [April 12, 2021, 5:49pm UTC](https://community.thunkable.com/t/different-login/1218029/4 "2021-04-12T17:49:30Z")

</div>

I have used this method with both firebase and airtable.

---

<div class="post-metadata">

### Author: ![LuEllaBella](https://avatars.discourse-cdn.com/v4/letter/l/b9bd4f/32.png) [@LuEllaBella](https://community.thunkable.com/u/LuEllaBella)
#### Post date: [April 12, 2021, 6:02pm UTC](https://community.thunkable.com/t/different-login/1218029/5 "2021-04-12T18:02:01Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:25pm UTC](https://community.thunkable.com/t/different-login/1218029/6 "2024-11-08T13:25:23Z")

</div>


