react-firebase-hooks
react-firebase-hooks copied to clipboard
fix(snapshotToData): 'snapshot.exists()' is method, not property.
snapshot.exists() should be called as a method.
This was previously fixed in v4 but has been reintroduced in v5. Previous bugfix: https://github.com/CSFrequency/react-firebase-hooks/pull/179