react-firebase-hooks icon indicating copy to clipboard operation
react-firebase-hooks copied to clipboard

fix(snapshotToData): 'snapshot.exists()' is method, not property.

Open stefanbugge opened this issue 2 years ago • 0 comments

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

stefanbugge avatar Mar 06 '23 13:03 stefanbugge