@drosarl/firebase-hooks
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

@drosarl/firebase-hooks

NPM JavaScript Style Guide

Install

npm install --save @drosarl/firebase-hooks

Usage

import * as React from 'react'

import { useMyHook } from '@drosarl/firebase-hooks'

const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © drosarl


This hook is created using create-react-hook.

Readme

Keywords

none

Package Sidebar

Install

npm i @drosarl/firebase-hooks

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

72.6 kB

Total Files

17

Last publish

Collaborators

  • drosarl