hooked-on-firebase
v1.0.4
Published
React Hooks for Firebase
Downloads
17
Readme
Hooked on Firebase 🎣🔥
A set of reusable React Hooks for Firebase (v9 and up).
[!NOTE] This is fork of react-firebase-hooks with 2 additions:
Quickstart
[!IMPORTANT] We assume that you’re using the npm or yarn package managers with a module bundler like Webpack or Browserify to consume CommonJS modules.
npm install hooked-on-firebase
yarn add hooked-on-firebase
Why?
From react-firebase-hooks's original Why?:
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.
Documentation
- Authentication Hooks
- Cloud Firestore Hooks
- Cloud Functions Hooks
- Cloud Messaging Hooks
- Cloud Storage Hooks
- Realtime Database Hooks
License
- See LICENSE