CSFrequency / react-firebase-hooks

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

Logout on Reload. #279

Closed uttamsaha closed 1 year ago

uttamsaha commented 1 year ago

I get logout when I reload the website. What's the solution?

AR-Shahin commented 1 year ago

"useAuthState loading to solve this problem" const [user, loading, error] = useAuthState(auth, options);

AR-Shahin commented 1 year ago

I get logout when I reload the website. What's the solution?

"useAuthState loading to solve this problem" const [user, loading, error] = useAuthState(auth, options);

uttamsaha commented 1 year ago

I get logout when I reload the website. What's the solution?

"useAuthState loading to solve this problem" const [user, loading, error] = useAuthState(auth, options); Thank you. I forgot about that suddenly I got remembered.