CSFrequency / react-firebase-hooks

React Hooks for Firebase.
Apache License 2.0
3.58k stars 305 forks source link

Bugfix: in "snapshotToData" helper call snapshot.exists(). It was property, now it became method after v4 update (firebase v9) #179

Closed dsvgit closed 2 years ago

dsvgit commented 2 years ago

if was forgotten to call

chrisbianca commented 2 years ago

@dsvgit Good catch, I'll get this released in v4.0.1 shortly

dsvgit commented 2 years ago

@chrisbianca great, thank you!