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