Gautam Krishnan Chittaranajana
Gautam Krishnan Chittaranajana
Hi @mikehardy I am facing this same issue on linkWithCredentials while trying to link the PhoneNo. on Android Devices. It works fine on IOS devices. I did debug and found...
@RohovDmytro Hi, I commented this portion in ReactNativeFirebaseAuthModule.java and returned the promiseRejectAuthException(promise, exception);
The error is due to AndroidX upgrade. Best way to handle would be to upgrade react-native to 0.60, use the jetifier tool to resolve the migration issues. https://facebook.github.io/react-native/blog/2019/07/03/version-60 https://github.com/mikehardy/jetifier