@drosarl/firebase-hooks
v1.0.7
Published
>
Downloads
12
Readme
@drosarl/firebase-hooks
Install
npm install --save @drosarl/firebase-hooks
Usage
import * as React from 'react'
import { useMyHook } from '@drosarl/firebase-hooks'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © drosarl
This hook is created using create-react-hook.