According to the AngularFire docs, the $createUser() onComplete callback returns
...an object containing attributes of the newly-created user, including the uid.
However, the userObject only contains the uid and nothing else. I was expecting an object similar to what is returned in the authentication callback (i.e. an additional password object containing an email, isTemporaryPassword, & profileImageURL).
I guess what I'm asking is, does the $createUser() onSuccess callback userObject contain anything other than the uid?