Reactjs – How can I delay React Firebase Hooks until the user is logged in?
How to delay React Firebase Hooks until it is known if user is logged in (similar to how enabled works on React Query useQuery) I need to get data from firebase, but only want to get the data if the…