I\'m trying to use the createUserWithEmailAndPassword method to create users but not able to do so.
The OnAuthenticate method is being called but user object is
I had this problem too. The password I was testing the app with was just too short. I extended it to a longer password and it worked. You have to meet google's password complexity standards.