I recently needed to use the Gemini API in a React project, and my Friend said, "Put your API key in a .env file." At first, I thought that was safe. But after looking into it, I learned something important: .env files in frontend projects DON'T actu...