Imported from firebase/firebase-js-sdk (
AGENTS.md). Install upstream withnpx skills add firebase/firebase-js-sdk. Copyright stays with the author.
AGENTS.md
Testing instructions
- Before testing, create a
config/project.jsonfile. Copyconfig/ci.config.jsonif 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 formatafter any changes to*.tsor*.jsfiles, to do a formatting and license pass.\n- Runyarn docgen:allafter any changes that affect the public API or that change the text of comments that are the source of public documentation\n