Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.01 KB

react-firebase-messenger

Messenger tool based on firebase realtime database

NPM JavaScript Style Guide

Contributing

You can find all the info in CONTRIBUTING.md

Install

# If you plan to use this in web / modular firebase API
npm install --save @webscopeio/react-firebase-messenger @webscopeio/react-firebase-messenger-web rambda

# In case you plan on using react-native / compat firebase API
npm install --save @webscopeio/react-firebase-messenger @webscopeio/react-firebase-messenger-native rambda

Usage

import React, { Component } from 'react'

import Messenger from 'react-firebase-messenger'

class Example extends Component {
  render () {
    return (
      <Messenger />
    )
  }
}

License

MIT © Webscope.io