1.2.6 • Published 3 years ago

@rithviknishad/firechat v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

firechat

Add chat functionality to your react app with firebase realtime database.

NPM JavaScript Style Guide

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.

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago