firebomb
v2.0.5-beta
Published
Lightweight and Optimal way to use firebase in React.
Downloads
252
Readme
firebomb
Lightweight and Optimal way to use firebase in React.
Install
npm install --save firebomb
Usage
import React, { Component } from 'react'
import MyComponent from 'firebomb'
import 'firebomb/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © BossBele