Commit 1a2cefa
committed
Fix API key security vulnerability
- Remove hardcoded Firebase API keys from src/config/firebase.ts
- Replace with environment variables (REACT_APP_FIREBASE_*)
- Create .env.example template for user configuration
- Update README with proper environment variable setup instructions
- Add security warning about not committing .env.local files
This fixes the GitHub security warning about exposed API keys.1 parent 9fd101b commit 1a2cefa
File tree
4 files changed
+212
-19
lines changed- .firebase/logs
- src/config
4 files changed
+212
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments