in other projects this work fine, but in this I don’t know, this way its sava data (email and password) only in Authentication Module but not in Database Module, whats happening, someone ?
yea my friend, to me, it was a problem of version firebase, so I remove firebase and install again firebase but in version “firebase”: “^4.8.0”, and “angularfire2”: “^5.0.0-rc.4”, then resolve to me
I don’t think that should be the solution, instead, it’s a good idea to read libraries release notes to see what changes between different versions.
Firebase 5.0.0 refactored how the createUserWithEmailAndPassword() works, it now does not return a firebase.User but a firebase.UserCredential object, and that credential object has the user inside.
Nice friend, I don’t know why but I think that I already had tryied to install the latest libraries without success, its not had worked, curious …I’ll go read your guide about it, thanks