{"id":41528796,"url":"https://github.com/andipaetzold/react-firehooks","last_synced_at":"2026-01-23T22:42:31.171Z","repository":{"id":37069621,"uuid":"417068317","full_name":"andipaetzold/react-firehooks","owner":"andipaetzold","description":"Lightweight dependency-free collection of React hooks for Firebase","archived":false,"fork":false,"pushed_at":"2026-01-19T14:38:08.000Z","size":5185,"stargazers_count":43,"open_issues_count":13,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-19T20:54:58.395Z","etag":null,"topics":["app-check","auth","database","firebase","firestore","react","storage"],"latest_commit_sha":null,"homepage":"https://npm.im/react-firehooks","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andipaetzold.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-14T09:27:08.000Z","updated_at":"2026-01-15T12:40:19.000Z","dependencies_parsed_at":"2023-09-23T16:42:08.095Z","dependency_job_id":"8ef6831d-2eb8-40d5-b42f-dea64d332e02","html_url":"https://github.com/andipaetzold/react-firehooks","commit_stats":{"total_commits":405,"total_committers":4,"mean_commits":101.25,"dds":"0.44691358024691363","last_synced_commit":"07561b2b4afd63e669325c02d388b3630e863adc"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/andipaetzold/react-firehooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andipaetzold%2Freact-firehooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andipaetzold%2Freact-firehooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andipaetzold%2Freact-firehooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andipaetzold%2Freact-firehooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andipaetzold","download_url":"https://codeload.github.com/andipaetzold/react-firehooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andipaetzold%2Freact-firehooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28701874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-check","auth","database","firebase","firestore","react","storage"],"created_at":"2026-01-23T22:42:30.268Z","updated_at":"2026-01-23T22:42:31.164Z","avatar_url":"https://github.com/andipaetzold.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/react-firehooks)](https://www.npmjs.com/package/react-firehooks)\n[![downloads](https://img.shields.io/npm/dm/react-firehooks)](https://www.npmjs.com/package/react-firehooks)\n[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-firehooks)](https://bundlephobia.com/package/react-firehooks)\n[![tests](https://github.com/andipaetzold/react-firehooks/actions/workflows/push.yml/badge.svg?branch=main)](https://github.com/andipaetzold/react-firehooks/actions/workflows/push.yml?query=branch%3Amain)\n[![license](https://img.shields.io/github/license/andipaetzold/react-firehooks)](https://github.com/andipaetzold/react-firehooks/blob/main/LICENSE)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n# React Firehooks 🔥🪝\n\nLightweight dependency-free collection of React hooks for Firebase.\n\n## Installation\n\n```sh\nnpm install react-firehooks\n```\n\nor\n\n```sh\nyarn add react-firehooks\n```\n\n## Compatibility\n\n-   [firebase](https://www.npmjs.com/package/firebase): 10.5.0 or later\n-   [react](https://www.npmjs.com/package/react): 16.8.0 or later\n\n## Usage\n\n[Type Documentation](https://andipaetzold.github.io/react-firehooks)\n\nThis library consists of 6 modules with many hooks:\n\n-   [`app-check`](docs/app-check.md)\n-   [`auth`](docs/auth.md)\n-   [`database`](docs/database.md)\n-   [`firestore`](docs/firestore.md)\n-   [`messaging`](docs/message.md)\n-   [`storage`](docs/storage.md)\n\nAll hooks can be imported from `react-firehooks` directly or via `react-firehooks/\u003cmodule\u003e` to improve tree-shaking and bundle size.\n\n## Development\n\n### Build\n\nTo build the library, first install the dependencies, then run `npm run build`.\n\n```sh\nnpm install\nnpm run build\n```\n\n### Tests\n\nTo run the tests, first install the dependencies, then run `npm test`. Watch mode can be started with `npm test -- --watch`.\n\n```sh\nnpm install\nnpm test\n```\n\n## Resources\n\n### React Firebase Hooks\n\nThis library is heavily inspired by [`react-firebase-hooks`](https://www.npmjs.com/package/react-firebase-hooks). It was created because `react-firebase-hooks` seemed unmaintained and did not support Firebase v9 for a couple of months. `react-firehooks` is not a fork but a completely new code base exporting almost identical hooks.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandipaetzold%2Freact-firehooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandipaetzold%2Freact-firehooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandipaetzold%2Freact-firehooks/lists"}