Messenger tool based on firebase realtime database
You can find all the info in CONTRIBUTING.md
# 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
import React, { Component } from 'react'
import Messenger from 'react-firebase-messenger'
class Example extends Component {
render () {
return (
<Messenger />
)
}
}
MIT © Webscope.io