☁️
DevOpsShell

Firebase Cloud Storage

by evanca

Firebase Cloud Storage is a DevOps skill for Claude Code, published by evanca in flutter-ai-rules.

616 stars60 forkson evanca/flutter-ai-rulesAdded 2026/08/24Repository updated 2026/08/21
aiai-rulesai-skillsantigravityclaudeclaude-aiclaude-codeclaude-skillscodexcodex-clicodex-skillcodex-skillscursorcursor-aidartdartlangflutterllmwindsurfwindsurf-ai
Install in seconds
Install Firebase Cloud Storage
Copy Firebase Cloud Storage into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/evanca/flutter-ai-rules/tree/main/skills/firebase-storage ~/.claude/skills/firebase-storage

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/evanca/flutter-ai-rules.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/firebase-storage/SKILL.md in evanca/flutter-ai-rules
Installs to
~/.claude/skills/firebase-storage
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Firebase Cloud Storage does

Firebase Cloud Storage helps Flutter apps upload, download, and manage file metadata in Firebase Storage. Use it when handling storage setup, file transfers, progress, errors, or security rules.

Firebase Cloud Storage is cataloged under DevOps on DirSkills. Firebase Cloud Storage comes from a repository tagged ai, ai-rules, ai-skills, antigravity and claude.

Documentation

README

Firebase Cloud Storage Skill

This skill defines how to correctly use Firebase Cloud Storage in Flutter applications.

When to Use

Use this skill when:

  • Setting up Cloud Storage in a Flutter project.
  • Uploading or downloading files.
  • Managing file metadata.
  • Handling Storage errors and monitoring upload progress.

1. Setup and Configuration

flutter pub add firebase_storage
import 'package:firebase_storage/firebase_storage.dart';

final storage = FirebaseStorage.instance;
// Or specify a bucket explicitly:
// final storage = FirebaseStorage.instanceFor(bucket: "gs://BUCKET_NAME");
  • Firebase Storage requires the Blaze (pay-as-you-go) plan.
  • Run flutterfire configure to update your Firebase config with the default Storage bucket name.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Firebase Cloud Storage

  • What else does evanca publish alongside Firebase Cloud Storage?

    Firebase Cloud Storage is one of 25 skills that DirSkills catalogs from evanca/flutter-ai-rules, the repository it ships in. Its siblings there include Accessibility, Bloc and Code Review. Each one is a separate skill with its own page in this directory, installs the same way Firebase Cloud Storage does, and is maintained by evanca in that same repository. The rest of the collection is listed on the evanca/flutter-ai-rules page.

  • How does Firebase Cloud Storage compare to other DevOps skills?

    Firebase Cloud Storage ranks #642 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Firebase Cloud Storage against them. Open each page to compare what they document and how they install.

More from evanca/flutter-ai-rules

Firebase Cloud Storage is one of 25 skills cataloged on DirSkills from evanca/flutter-ai-rules.

See all 25 skills