onAuthStateChanged return User=null when Reload/Refresh Page, firebase React Native
I have problem in firebase authentication - React Native. using OnAuthStateChanged the login process was successfully executed. but when page is refreshed/reloaded, in debugger it shows value user = 'null', even though I'm logged in. import {onAuthStateChanged} from 'firebase/auth'; import…