How do I register user with Authentication, I know it uses authState.createUser('');
.
but with att there is no longer this property, would have some that replace?
createAuthUser(user: {email: string, senha: string }): Promise<FirebaseAuth> {
return this.'preciso de algo aqui'(user);
}