Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0
CRITICAL: Without CORS configuration, uploads from browsers will fail with CORS errors.
| storage/unauthorized | User not allowed to access | Check security rules, ensure user authenticated | | storage/canceled | Upload/download canceled | Handle gracefully, allow retry | | storage/unknown | Unknown error | Check network, retry with backoff | | storage/object-not-found | File doesn't exist | Verify path, handle missing files |
Costruisci con Firebase Cloud Storage: caricamenti di file, download e accesso sicuro. Da utilizzare quando: si caricano immagini/file, si generano URL di download, si implementano selettori file, si impostano regole di sicurezza di archiviazione o si risolvono problemi di archiviazione/non autorizzati, errori cors, quota superata o errori di caricamento non riusciti. Previene 9 errori documentati. Fonte: jezweb/claude-skills.