New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-firehooks

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-firehooks

Lightweight dependency-free collection of React hooks for Firebase

latest
Source
npmnpm
Version
4.3.0
Version published
Weekly downloads
459
-23.5%
Maintainers
1
Weekly downloads
 
Created
Source

npm downloads npm bundle size tests license semantic-release

React Firehooks 🔥🪝

Lightweight dependency-free collection of React hooks for Firebase.

Installation

npm install react-firehooks

or

yarn add react-firehooks

Compatibility

  • firebase: 10.5.0 or later
  • react: 16.8.0 or later

Usage

Type Documentation

This library consists of 6 modules with many hooks:

All hooks can be imported from react-firehooks directly or via react-firehooks/<module> to improve tree-shaking and bundle size.

Development

Build

To build the library, first install the dependencies, then run npm run build.

npm install
npm run build

Tests

To run the tests, first install the dependencies, then run npm test. Watch mode can be started with npm test -- --watch.

npm install
npm test

Resources

React Firebase Hooks

This library is heavily inspired by 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.

License

MIT

Keywords

react

FAQs

Package last updated on 21 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts