react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

[v3] onAuthStateChanged doesn't fire

Open alexkendall opened this issue 8 years ago • 4 comments

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.

alexkendall avatar Jan 30 '17 23:01 alexkendall

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.

benadamstyles avatar Feb 08 '17 18:02 benadamstyles

@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.

rikur avatar Mar 02 '17 13:03 rikur