@rithviknishad/firechat
v1.2.6
Published
Add chat functionality to your react app with firebase realtime database.
Downloads
21
Readme
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.