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.
Exactly, it's not necessary. It's bad / lazy design. You don't expose the DB storage directly, you expose a frontend that handles all the authentication and validation stuff before accessing the DB on the backend. That's normal Client-Server-Database architecture.