Creating Secure Chat App

Hey, i want to Create a Safe Chat App for my Users. But i dont want to see their text messages and Stuff. Is there a way to encrypt what they sent so it doesnt show up in the tables?

I don’t think it is possible. You could set a user-specific column, which is unique to each user, but anyone on the backend can still see it

You can also hide the column in the Glide tables

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