In the main app I have a useEffect hook which will check if user is logged in:
useEffect
useEffect(() => { auth.onAuthStateChanged((user) => {