# Is there a way to make chats private?

**URL:** https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889
**Category:** Ask for Help
**Created:** [November 13, 2024, 8:29pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889 "2024-11-13T20:29:09Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![bram](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bram/32/80788_2.png) [@bram](https://community.glideapps.com/u/bram)
#### Post date: [November 13, 2024, 8:29pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/1 "2024-11-13T20:29:09Z")

</div>

Hello!

I want to build a chat via the chat component but I want the users to be able to chat without me as the app developer being able to see their chats? Is this possible?

Thanks!

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [November 13, 2024, 8:30pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/2 "2024-11-13T20:30:17Z")

</div>

It is not possible to prevent the app developer from viewing the data through the data editor.

---

<div class="post-metadata">

### Author: ![bram](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bram/32/80788_2.png) [@bram](https://community.glideapps.com/u/bram)
#### Post date: [November 13, 2024, 8:32pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/3 "2024-11-13T20:32:43Z")

</div>

Isn’t there a way to encrypt the data sent though, so you would get a “comment ID” instead of the text?

---

<div class="post-metadata">

### Author: ![Sekayi\_Liburd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sekayi_liburd/32/77608_2.png) [@Sekayi\_Liburd](https://community.glideapps.com/u/Sekayi_Liburd)
#### Post date: [November 13, 2024, 8:36pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/4 "2024-11-13T20:36:57Z")

</div>

@ThinhDinh might have ideas on how to achieve this.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [November 13, 2024, 8:39pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/5 "2024-11-13T20:39:48Z")

</div>

Regardless of the approach, the data must ultimately be in plain text in the data editor for Glide to display it correctly. Even if you use a JavaScript column for encryption and decryption, the decrypted value will still be visible in the JavaScript column, and the encryption/decryption key will remain exposed publicly.

---

<div class="post-metadata">

### Author: ![bram](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bram/32/80788_2.png) [@bram](https://community.glideapps.com/u/bram)
#### Post date: [November 13, 2024, 8:41pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/6 "2024-11-13T20:41:51Z")

</div>

Oh, that’s a shame.

Thanks anyway!

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [November 13, 2024, 8:42pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/7 "2024-11-13T20:42:28Z")

</div>

But hey! You should post a feature request !

---

<div class="post-metadata">

### Author: ![bram](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/bram/32/80788_2.png) [@bram](https://community.glideapps.com/u/bram)
#### Post date: [November 13, 2024, 8:48pm UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/8 "2024-11-13T20:48:17Z")

</div>

Just did. Thanks!

---

<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: [November 14, 2024, 12:04am UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/9 "2024-11-14T00:04:33Z")

</div>

Maxime explained it already, there’s no way of preventing that.

---

<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: [November 21, 2024, 12:05am UTC](https://community.glideapps.com/t/is-there-a-way-to-make-chats-private/77889/10 "2024-11-21T00:05:09Z")

</div>

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