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