← Reddit

Firebase or elsewhere

Reddit · BMMXVIIC · April 22, 2026
An employee has been using Claude to develop applications and systems that provide significant time and cost savings for the company. These scripts and applications are currently stored on Firebase under a personal account associated with the company. The question raised addresses whether the company should maintain the Firebase storage arrangement or move the work to an alternative platform such as GitHub.

Detailed Analysis

A Reddit post in the r/ClaudeAI community highlights an increasingly common organizational challenge emerging from the rapid adoption of AI coding assistants like Claude: when employees use AI tools to build production-grade applications at speed, companies can quickly find themselves in precarious positions regarding code ownership, storage, and governance. In this case, a manager describes an employee who has been building applications and automated systems around the clock using Claude under the company's account, but storing all resulting scripts and applications on Firebase tied to that employee's personal account. The situation raises immediate concerns about intellectual property, continuity of access, and infrastructure accountability.

The core issue is not really a Firebase-versus-GitHub debate — it is a code governance problem accelerated by AI productivity. Firebase, Google's backend-as-a-service platform, is optimized for hosting live application data and real-time databases, not for version-controlled source code management. GitHub, by contrast, is purpose-built for storing, versioning, and collaborating on code. When Claude or any AI coding assistant generates scripts and application logic, those outputs constitute source code that requires version control, not just cloud storage. Storing raw scripts in Firebase under a personal account means the company has no audit trail of changes, no branching or rollback capability, no formal ownership, and a single point of failure tied to one individual's personal credentials — all significant operational and legal risks.

The broader context matters here: Claude's rise as a rapid application development tool, particularly through interfaces like Claude.ai and Claude Code, has dramatically lowered the barrier for non-traditional developers to produce functional software at high velocity. This is enormously valuable, but it also outpaces the governance frameworks most companies have in place. The research context underscores that Claude is infrastructure-agnostic — it can assist with any stack, including Firebase backends — but the outputs it produces should flow into institutional systems. Claude Code, Anthropic's terminal-based tool, is specifically designed to integrate with version control systems, CI/CD pipelines, and command-line interfaces, suggesting that a mature Claude-assisted workflow naturally converges on Git-based source control.

The recommended path for this company is to migrate all existing scripts and application code to a company-owned GitHub (or similar Git-based) repository immediately, with access managed through organizational accounts rather than personal ones. Firebase can remain in the stack as a backend service for live data and authentication, but source code should never live exclusively in Firebase storage under personal credentials. Going forward, any Claude-generated outputs — scripts, application logic, automation workflows — should be committed to version-controlled repositories under company ownership as a standard practice. This also protects the company legally: if the employee were to leave, all intellectual property and system knowledge would remain accessible and auditable.

This situation is a microcosm of a growing enterprise challenge in 2026: AI tools are enabling individual contributors to build systems at a pace that organizational infrastructure was not designed to accommodate. The productivity gains Claude delivers are real and substantial, as this manager's own account confirms, but they require parallel investment in governance structures. Companies leveraging AI coding assistants need clear policies specifying where code lives, who owns the accounts, and how outputs are reviewed and stored — not as a bureaucratic constraint, but as a foundation for sustainably capturing the value that tools like Claude make possible.

Read original article →