https://github.com/kossnocorp/firebase-react-hooks
https://github.com/kossnocorp/firebase-react-hooks
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kossnocorp/firebase-react-hooks
- Owner: kossnocorp
- Created: 2020-11-04T13:57:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T08:13:36.000Z (over 3 years ago)
- Last Synced: 2025-02-20T12:03:32.994Z (2 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Firebase React Hooks
React Hooks for [Firebase](https://firebase.google.com/). The package includes
## Installation
The library is available as an npm package. To install it run:
```sh
# React:
npm install firebase-react-hooks --save
# Or using Yarn:
yarn add firebase-react-hooks# Preact:
npm install firebase-preact-hooks --save
# Or using Yarn:
yarn add firebase-preact-hooks
```## Get started
TODO
## Changelog
See [the changelog](./CHANGELOG.md).
## License
[MIT © Sasha Koss](https://kossnocorp.mit-license.org/)