Ability to encrypt data in collections?

Hi all!

I am working on a note-taking app. What I’m trying to do is keep the data from being visible to me as the admin. So if a user stores something private in a note, I can’t access the plain text of the note to see it. Is that possible? Has anyone seen anything similar done using a third party tool?

Thanks!

Colin

If you use Google Cloud for example as your external collections, all data is encrypted at rest by default. And since the data is called by the end user directly via API, you’ll not be able to see the data within Adalo.

But you’ll still be able to see in google cloud if you wish to do so since you’re the administrator / subscriber for the cloud account.

1 Like

Ah I see so I would need to implement external collections to move in this direction. I’m going to read up on it! Thanks!

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