React Firestore Versions Save

React components to fetch data from firestore using render props

v1.0.1

5 years ago

1.0.1 (2019-04-06)

Bug Fixes

  • Firebase: Only set timestampsInSnapshots when explicitly set (#42) (e75e03d)

v1.0.0

5 years ago

1.0.0 (2019-03-09)

Code Refactoring

  • context: Switch to new React context API (#40) (5f4d581)

BREAKING CHANGES

  • context: This requires you to use React >= 16.3.

Make sure to upgrade your react and react-dom dependencies to be at least 16.3 or greater!

v0.10.3

5 years ago

0.10.3 (2018-11-21)

Bug Fixes

  • FirestoreProvider: return the firestore database instance instead of settings. (#35) (9b00fdf), closes #32 #34

v0.10.2

5 years ago

0.10.2 (2018-11-13)

Bug Fixes

  • FirestoreProvider: Fix error with applying settings to firestore (b5e65d3), closes #33

v0.10.1

5 years ago

0.10.1 (2018-11-12)

Bug Fixes

  • FirestoreProvider: Added prop to use timestamps in snapshots for Firestore > v5.5.0 (#32) (c5dbbbc)

v0.10.0

5 years ago

0.10.0 (2018-10-01)

Features

  • FirestoreDocument: Add support for error thrown when document doen't exist (#30) (dafa65a)

v0.9.0

5 years ago

0.9.0 (2018-08-28)

Features

  • Firestore: Expose firestore query errors for FirestoreCollection and FirestoreDocument when errors occur (#26) (d78f4b3)

v0.8.1

5 years ago

0.8.1 (2018-06-07)

Bug Fixes

  • Proptypes: Allow numbers and objects in filters (#19) (b90f528), closes #16

v0.8.0

6 years ago

0.8.0 (2018-05-07)

Features

  • FirestoreCollection and FirestoreDocument: add the 'children' prop as another rendering method (#15) (0c3be00), closes #14

v0.7.0

6 years ago

0.7.0 (2018-03-19)

Features

  • update firestore listener when props change (#10) (48cb1bf)