fireloop
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

Fireloop 🔥

npm latest release Minified size

A component that lets your users give you feedback on your product

Quick start


import FireLoop from 'fireloop'
import {db,auth} from '../../firebase' // set your firebase app file location

...
// add inside your apps jsx
<Feedback
  collectionRef={db.collection('feedback')}
  auth={auth}
  diagnostics={{ foo: 'bar' }}
/>
...

props

  collectionRef: firebase.firestore.CollectionReference<firebase.firestore.DocumentData>;
  auth: firebase.auth.Auth;
  diagnostics:any

Readme

Keywords

none

Package Sidebar

Install

npm i fireloop

Weekly Downloads

1

Version

0.6.1

License

MIT

Unpacked Size

45.8 kB

Total Files

21

Last publish

Collaborators

  • shamsm
  • notsidney