You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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