Skip to content

v1.2.0

Choose a tag to compare

@chrisbianca chrisbianca released this 18 Apr 08:51
· 305 commits to master since this release

New Features

  • Add useCollectionData and useDocumentData hooks for react-firebase-hooks/firestore to use the underlying snapshot values
  • Add useCollectionOnce, useCollectionDataOnce, useDocumentOnce and useDocumentDataOnce 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 to useListVals and useObjectVal

Bug fixes