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

Could not invoke FirestackAuth.listenForAuth

Open joegoodall1 opened this issue 8 years ago • 5 comments

screenshot_20161230-230923 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?

joegoodall1 avatar Dec 30 '16 23:12 joegoodall1

I got the same but with signInWithProvider. As far as I can see, the setup should work.

petergerdes avatar Jan 10 '17 14:01 petergerdes

Works on debug but not release mode for me... odd...

alexkendall avatar Jan 30 '17 22:01 alexkendall

I'm having the same issue with signInWithEmail, has anyone been able to fix this?

escobar5 avatar Mar 29 '17 22:03 escobar5

I fixed this adding: compile 'com.google.firebase:firebase-auth:10.0.1' to app/build.gradle

JuanCarlosllh avatar Apr 18 '17 08:04 JuanCarlosllh

@JuanCarlosllh That did the trick. Thanks :D

mbashiq avatar May 21 '17 15:05 mbashiq