README
arsenal-firebase-auth
Firebase authentication component in React for Good Gravy Arsenal
Install
npm install --save arsenal-firebase-auth
Usage
import React, { Component } from 'react'
import MyComponent from 'arsenal-firebase-auth'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © theedrifter