fullstackreact / react-native-firestack

A firestack v3 react-native implementation
MIT License
715 stars 132 forks source link

Fix blank code / message due to wrong variable names #304

Open jsbranco opened 7 years ago

jsbranco commented 7 years ago

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:

screen shot 2017-03-06 at 22 59 49

Do let me know if there are any concerns with this change?

Kind Regards Junio

jsbranco commented 7 years ago

Is there any plans to integrate this?