346
Women’s ‘red flag’ app Tea is a privacy nightmare
(www.theverge.com)
This is a most excellent place for technology news and articles.
There's nothing to forgive. Asking questions and being curious is how you learn this stuff.
From what I've read, it's more fundamental than that. It's a basic architecture issue. The datastore was publicly accessible, which it should never be. If they had it setup according to best practices, with an API to proxy access and auth, the datastore's permissions would be of minimal consequence, unless their network was compromised (still best practice to secure it and approach with a zero-trust mindset).
Generally, cloud datastores handle encryption/decryption transparently, as long as the account accessing data has authorization to use the key. They probably also didn't have encryption setup.
Here are some more resources: