Is there a way to make chats private?

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!

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

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

@ThinhDinh might have ideas on how to achieve this.

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.

Oh, that’s a shame.

Thanks anyway!

But hey! You should post a feature request !

Just did. Thanks!

1 Like

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

2 Likes

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