CSFrequency / react-firebase-hooks

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

How to use useSignInWithFacebook hook? #206

Closed shikhar13012001 closed 2 years ago

shikhar13012001 commented 2 years ago

I see a useSignInWithFacebook in the docs but when I use it , gives error Attempted import error: 'useSignInWithFacebook' is not exported from 'react-firebase-hooks/auth'. please help me here thankyou.

chrisbianca commented 2 years ago

@shikhar13012001 which version of react-firebase-hooks do you have installed? You need v5 or above to use this hook.

chrisbianca commented 2 years ago

Closing due to lack of response, please re-open if this is still a problem