Skip to content

v0.4.0

Choose a tag to compare

@chrisbianca chrisbianca released this 13 Nov 16:27
· 344 commits to master since this release

New Features

  • Add useListKeys hook for react-firebase-hooks/database to use the underlying snapshot keys, rather than the DataSnapshot objects
  • Add useListVal hook for react-firebase-hooks/database to use the underlying snapshot values, rather than the DataSnapshot object