firereact
v0.9.9
Published
React hooks, components and utils for Firebase
Maintainers
Readme
Installation
You can install the package via NPM:
npm i firereactFeatures
- Very lightweight,
when unpacked,
when minified,
when minified+gzipped
- Supports
and
- Supports Firebase 12 and React 19
- Supports Auth, Firestore, Functions, Providers and Storage.
- Provides hooks such as
useUserfor Auth oruseDocumentfor Firestore, which can listen to realtime changes as well - Provides custom components such as
<FirestoreDocument />or<StorageDownloadLink />to keep the logic simple and/or avoid unnecessary rerendering - Provides custom contexts and providers such as
FirebaseSuiteProvider,FirebaseAuthProviderorFirestoreProviderto access Firebase service instances anywhere in the component tree without relying on global variables or prop-drilling - Comprehensive documentation
Documentation
To use this library, check out the documentation here.
Contributing
You are welcome to contribute to the project. Before contributing:
- Always send pull requests to
devbranch, which is the default branch of this repository.mainbranch is used for latest published version. - You agree our code of conduct.
License
This library is licensed under MIT License.
