react-firestore-chat
v1.0.0
Published
Chat using firestore listener hooks
Downloads
1
Readme
react-firestore-chat
Chat using firestore listener hooks
Install
npm install --save react-firestore-chat
Usage
import React, { Component } from 'react'
import MyComponent from 'react-firestore-chat'
import 'react-firestore-chat/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © gieoon