APArpan Patrainimarpan.hashnode.dev·1d ago · 7 min readBuilding a user-isolated Gemini journal on Cloud Run I spent a day building Waypoint for the Google Gen AI APAC Ideathon. The brief was a "Personal Gemini Journal": Firebase Auth, multi-turn Gemini, per-user Firestore isolation, and API keys in Secret M00
APArpan Patrainimarpan.hashnode.dev·Aug 30 · 9 min readMy AI agent gave a confident security verdict. It had never opened the packageAdding a dependency is the least careful thing most of us do all week. You run npm install some-utils, and you've just agreed to run a stranger's code on your laptop, in your CI, and eventually in pro00