1.2.6 • Published 2 years ago

@rithviknishad/firechat v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago