Firebase Web

Basic skill for Firebase integration, web app services, authentication, and hosted backend capabilities. Use when Codex needs a basic starting point for this web development area.

shubhashjha Updated

File contents

Firebase Web

Use this skill as a basic starting point.

Workflow

  1. Review which Firebase services the app actually uses.
  2. Identify configuration, auth, storage, or data flow needs.
  3. Keep client initialization and service boundaries clear.
  4. Avoid coupling unrelated features into a single module.
  5. Verify behavior in local and deployed environments.

Output

  • Produce practical Firebase related changes.
  • Keep integration straightforward and maintainable.
  • Prefer explicit service usage over broad global setup.

shubhashjha/codex-skills/tree/main/firebase-web commit 24430959cd

Frequently asked questions

npx skillmds@latest add shubhashjha/firebase-web