Skip to content
Skillv1.0.0

firebase-js-sdk

AGENTS.md

by firebase(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from firebase/firebase-js-sdk (AGENTS.md). Install upstream with npx skills add firebase/firebase-js-sdk. Copyright stays with the author.

AGENTS.md

Testing instructions

  • Before testing, create a config/project.json file. Copy config/ci.config.json if another project config is not specified by the user.
  • This is a web SDK and is most commonly used in a browser environment, so if you are running unit tests, you must run browser unit tests, not just Node tests, even if the Node tests seem like they would be faster.

Preparing code for PRs

  • Run yarn format after any changes to *.ts or *.js files, to do a formatting and license pass.\n- Run yarn docgen:all after any changes that affect the public API or that change the text of comments that are the source of public documentation\n

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/firebase-firebase-js-sdk-firebase-js-sdk/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

firebase-firebase-js-sdk-firebase-js-sdk.ocm.jsonjson
{
  "ocm": "1",
  "id": "firebase-firebase-js-sdk-firebase-js-sdk",
  "kind": "skill",
  "name": "firebase-js-sdk",
  "description": "AGENTS.md",
  "publisher": "firebase",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/firebase/firebase-js-sdk",
      "path": "AGENTS.md",
      "ref": "33deffb30bb32bdd4ec3decfbb5cddcdf9375623",
      "url": "https://github.com/firebase/firebase-js-sdk/blob/33deffb30bb32bdd4ec3decfbb5cddcdf9375623/AGENTS.md",
      "key": "firebase/firebase-js-sdk/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Testing instructions\n- Before testing, create a `config/project.json` file. Copy `config/ci.config.json` if another project config is not specified by the user.\n- This is a web SDK and is most commonly used in a browser environment, so if you are running unit tests, you must run browser unit tests, not just Node tests, even if the Node tests seem like they would be faster.\n\n## Preparing code for PRs\n- Run `yarn format` after any changes to `*.ts` or `*.js` files, to do a formatting and license pass.\\n- Run `yarn docgen:all` after any changes that affect the public API or that c",
  "cost": {
    "context_tokens": 168
  }
}

Fetch it by URL: GET /api/v1/registry/firebase-firebase-js-sdk-firebase-js-sdk/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.