2019-04-09 17:26:08 -07:00
2019-04-04 14:19:09 -07:00
2019-03-11 18:07:21 -07:00
2016-03-10 11:58:09 -08:00
2019-03-22 10:48:38 -07:00
2019-04-09 17:26:08 -07:00
2019-04-08 15:35:51 -07:00

ReactFire

Hooks that make it easy to interact with Firestore, Realtime Database, Authentication, and Storage. Note, every reactfire hook throws a Promise until it has connected to Firebase. Wrap your components in React's Suspense. Example.

For development

  1. yarn install
  2. cd into the reactfire/reactfire directory. run yarn run watch.
  3. In a new terminal, cd into the reactfire/sample-simple directory. run yarn start.
  4. Head over to https://localhost:3000 to see the running sample

Testing

  1. cd into the reactfire/reactfire directory
  2. run yarn test
Description
No description provided
Readme MIT 3.4 MiB
Languages
TypeScript 96.2%
JavaScript 1.7%
Dockerfile 1.1%
Shell 1%