CSFrequency / react-firebase-hooks

React Hooks for Firebase.
Apache License 2.0
3.55k stars 304 forks source link

useAuthState gives null #236

Closed ghost closed 1 year ago

ghost commented 2 years ago

When I am trying to get a user with useAuthState, it gives me null. How can i fix this?

HaakonStromsnes commented 2 years ago

Hi, is the user logged in? And do you pass in the firebase auth config as an argument in the useAuthState?

ghost commented 2 years ago

Hi, is the user logged in? And do you pass in the firebase auth config as an argument in the useAuthState?

Yes, user logged in and pass firebase auth perfectly

HaakonStromsnes commented 2 years ago

Then it's hard to say what's wrong without seeing the code. useAuthState works like it should for me. The only issue I have is the error not working

chrisbianca commented 1 year ago

@ghost please feel free to reopen with a code example where this isn't working