New Features
- Add
useCollectionDataanduseDocumentDatahooks forreact-firebase-hooks/firestoreto use the underlying snapshot values - Add
useCollectionOnce,useCollectionDataOnce,useDocumentOnceanduseDocumentDataOnceto 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
keyFieldtouseListValsanduseObjectVal
Bug fixes
- Flow type fixes - thanks @tornewuff