react-native-firebase-redux-authentication icon indicating copy to clipboard operation
react-native-firebase-redux-authentication copied to clipboard

firebase.auth().onAuthStateChanged does fire until tap in screen

Open danielpereirac opened this issue 6 years ago • 1 comments

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.

danielpereirac avatar Oct 06 '19 22:10 danielpereirac

Hi @danielpereirac , do you have any demo to reproduce it?

skantus avatar Dec 01 '19 00:12 skantus