react-native-firestack
react-native-firestack copied to clipboard
Could not invoke FirestackAuth.listenForAuth
Getting this RSOD when installing to Android. Have gone through the installation instructions and everything is set up. Anybody had similar problems and/or knows how to resolve this?
I got the same but with signInWithProvider. As far as I can see, the setup should work.
Works on debug but not release mode for me... odd...
I'm having the same issue with signInWithEmail, has anyone been able to fix this?
I fixed this adding:
compile 'com.google.firebase:firebase-auth:10.0.1'
to app/build.gradle
@JuanCarlosllh That did the trick. Thanks :D