1.2.6 • Published 2 years ago
@rithviknishad/firechat v1.2.6
firechat
Add chat functionality to your react app with firebase realtime database.
Install
npm install --save firechat
Usage
import * as React from 'react'
import { useMyHook } from 'firechat'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © rithviknishad
This hook is created using create-react-hook.