react-native-firestack
react-native-firestack copied to clipboard
[v3] onAuthStateChanged doesn't fire
The following function : onAuthStateChanged(event: Function): Function is firing for me on debug mode but not on release mode. Not sure exactly why that would happen...It may be an issue with the actual Firebase SDK.
I think I'm having the same issue. Which specific branch are you using?
I thought I was having the same issue and it turned out to be this: https://github.com/fullstackreact/react-native-firestack/issues/174#issuecomment-264631709, which can be fixed like this: https://github.com/fullstackreact/react-native-firestack/issues/174#issuecomment-264632427.
Just posting this in case it helps you guys out.
@Leeds-eBooks Awesome catch! Seems to work so far!
Still having the same issue.. started a new project and was going nuts before I landed here and was able to fix it.