Data Security Podcast Summaries
Data Security on Yedapo: 3 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Firebase Crash Course (Auth & Firestore) #12 - Firestore Queries
Net Ninja
Aug 5, 2026
Prevent cross-user data leakage in Firestore by implementing frontend queries that filter documents by UID. While Firestore security rules are the ultimate authority, frontend filtering provides an immediate, elegant user experience that ensures users only interact with their own data.
Key insight: Even if you have backend security rules, you must implement frontend queries to prevent users from seeing or attempting to delete data that doesn't belong to them.

Strip Sensitive Files So AI Never Sees the Private Parts
AI News & Strategy Daily with Nate B. Jones
Jul 25, 2026
Current privacy advice fails because it forces users to choose between manual labor and data exposure. By focusing on the specific job rather than the entire file, you can safely leverage frontier models without leaking sensitive information.
Key insight: Two-thirds of employees using AI on corporate devices are accessing it through non-company accounts, highlighting a massive shadow IT problem driven by the need for efficiency.

How to Use AI on Work You Can't Upload - Offline & Local
AI News & Strategy Daily with Nate B. Jones
Jul 19, 2026
Protecting sensitive information doesn't require avoiding AI; it requires controlling the infrastructure. By using open-weight models locally, companies and individuals can perform complex data analysis and scrubbing without exposing proprietary assets to external cloud providers.
Key insight: Even when a model claims not to have read a file, the act of uploading it to a cloud provider's API may constitute a permanent data leak.