v0.4.0
New Features
- Add
useListKeys
hook forreact-firebase-hooks/database
to use the underlying snapshot keys, rather than theDataSnapshot
objects - Add
useListVal
hook forreact-firebase-hooks/database
to use the underlying snapshot values, rather than theDataSnapshot
object