react-native-firebase-redux-authentication
react-native-firebase-redux-authentication copied to clipboard
firebase.auth().onAuthStateChanged does fire until tap in screen
Hello,
Im using the same approach to call firabse.auth().onAuthStateChanged api in my action, but Im not getting the response util I tap somewhere in screen, this happen in my entirely app, in my componentDidMount I call my action, and in componentDidUpdate I check my props and if I have the user, I redirect to main screen.
Hi @danielpereirac , do you have any demo to reproduce it?