DEV Community

Valentin Prugnaud 🦊
Valentin Prugnaud 🦊

Posted on • Updated on

Data Obfuscation

Hi folks!

I am currently working on an app that requires some level of data obfuscation.

I decided to go with Firestore to store my data, and I started looking into ways to obfuscate data within the database, mainly to avoid staff accessing and reading user data directly from the Cloud Console, but couldn't find anything conclusive so far.

Has anyone ever encountered a similar problem? How did you solve it? Would it be a policy issue?

Top comments (0)