# Team-Login

**URL:** https://community.glideapps.com/t/team-login/71901
**Category:** Ask for Help
**Created:** [March 21, 2024, 6:20pm UTC](https://community.glideapps.com/t/team-login/71901 "2024-03-21T18:20:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sascha\_Durr](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sascha_durr/32/72595_2.png) [@Sascha\_Durr](https://community.glideapps.com/u/Sascha_Durr)
#### Post date: [March 21, 2024, 6:20pm UTC](https://community.glideapps.com/t/team-login/71901/1 "2024-03-21T18:20:58Z")

</div>

Hello Community  
I’m building a “real-life” gaming app, in which teams have their score and a “group-chat”.  
Now my question can some one help me on how to build a login within the login. I’d like to register a new team or login to a specific team which was registred by another member, so they can have a chat only visible to their team-members and a scoreboard with only their members visible.

Thank you and cheers 🙂

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [March 22, 2024, 12:11am UTC](https://community.glideapps.com/t/team-login/71901/2 "2024-03-22T00:11:43Z")

</div>

So have you tied your users to some sort of a “team ID”?

From that, in your chats table, you can write that team ID value to a column, and only show that to users who have that ID in their profile.

Same approach for the scoreboard, maybe rolling up all relevant values in the users table, and have a collection that filters by team ID is signed-in user’s team ID.

---

<div class="post-metadata">

### Author: ![Sascha\_Durr](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sascha_durr/32/72595_2.png) [@Sascha\_Durr](https://community.glideapps.com/u/Sascha_Durr)
#### Post date: [March 26, 2024, 2:55pm UTC](https://community.glideapps.com/t/team-login/71901/3 "2024-03-26T14:55:03Z")

</div>

Perfect, exactly what I needed, thanks very much 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 2, 2024, 2:55pm UTC](https://community.glideapps.com/t/team-login/71901/4 "2024-04-02T14:55:14Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
