react-native-firestack
react-native-firestack copied to clipboard
Fix blank code / message due to wrong variable names
I am not too familiar with Objective-C however, I was having this issue where createUserWithEmailPassword, was returning code:"" and message:"". While debugging the FirebaseAuth file I noticed the discrepancy in variable names. After refactoring them the error code is shown as expected:
Do let me know if there are any concerns with this change?
Kind Regards Junio
Is there any plans to integrate this?