Gathering detailed insights and metrics for @kobra-dev/react-firebase-auth-hooks
Gathering detailed insights and metrics for @kobra-dev/react-firebase-auth-hooks
Gathering detailed insights and metrics for @kobra-dev/react-firebase-auth-hooks
Gathering detailed insights and metrics for @kobra-dev/react-firebase-auth-hooks
Fork of react-firebase-hooks to remove all hooks except for Auth
npm install @kobra-dev/react-firebase-auth-hooks
Typescript
Module System
TypeScript (74.95%)
JavaScript (25.05%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
1 Stars
234 Commits
4 Branches
2 Contributors
Updated on Apr 21, 2021
Latest Version
3.0.3
Package Id
@kobra-dev/react-firebase-auth-hooks@3.0.3
Unpacked Size
60.64 kB
Size
15.66 kB
File Count
23
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A set of reusable React Hooks for Firebase.
This documentation is for v3 of React Firebase Hooks which involved a number of breaking changes, including adding support for Firebase v8.0.0 - more details here. For v2 documentation, see here.
This is a fork to remove all of the hooks except for Auth. At Kobra we only use Firebase Auth and use our own backend for everything else.
React Firebase Hooks v3 requires React 16.8.0 or later and Firebase v8.0.0 or later.
Official support for Hooks was added to React Native in v0.59.0. React Firebase Hooks works with both the Firebase JS SDK and React Native Firebase, although some of the typings may be incorrect.
1# with npm 2npm install --save react-firebase-hooks 3 4# with yarn 5yarn add react-firebase-hooks
This assumes that you’re using the npm or yarn package managers with a module bundler like Webpack or Browserify to consume CommonJS modules.
There has been a lot of hype around React Hooks, but this hype merely reflects that there are obvious real world benefits of Hooks to React developers everywhere.
This library explores how React Hooks can work to make integration with Firebase even more straightforward than it already is. It takes inspiration for naming from RxFire and is based on an internal library that we had been using in a number of apps prior to the release of React Hooks. The implementation with hooks is 10x simpler than our previous implementation.
To upgrade your project from v2 to v3 check out the Release Notes which have full details of everything that needs to be changed.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More