Skip to content

Commit

Permalink
Remove all hooks but auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin04 committed Mar 21, 2021
1 parent aeadd15 commit 468a9a5
Show file tree
Hide file tree
Showing 28 changed files with 1,064 additions and 1,704 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ A set of reusable [React Hooks](https://reactjs.org/docs/hooks-intro.html) for [

**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](https://github.com/CSFrequency/react-firebase-hooks/releases/tag/v3.0.0). For v2 documentation, see [here](https://github.com/CSFrequency/react-firebase-hooks/tree/v2.2.0).**

## Fork details

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.

## Installation

React Firebase Hooks v3 requires **React 16.8.0 or later** and **Firebase v8.0.0 or later**.
Expand Down Expand Up @@ -36,9 +40,6 @@ To upgrade your project from v2 to v3 check out the [Release Notes](https://gith
## Documentation

- [Auth Hooks](/auth)
- [Cloud Firestore Hooks](/firestore)
- [Cloud Storage Hooks](/storage)
- [Realtime Database Hooks](/database)

## License

Expand Down
227 changes: 0 additions & 227 deletions database/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions database/helpers/index.ts

This file was deleted.

Loading

0 comments on commit 468a9a5

Please sign in to comment.