v1.2.0
New Features
- Add
useCollectionData
anduseDocumentData
hooks forreact-firebase-hooks/firestore
to use the underlying snapshot values - Add
useCollectionOnce
,useCollectionDataOnce
,useDocumentOnce
anduseDocumentDataOnce
to load the current value of the data rather than subscribe to updates - Add support for nulled references as hook properties #10 - thanks @neilor
- Add support for
keyField
touseListVals
anduseObjectVal
Bug fixes
- Flow type fixes - thanks @tornewuff