The FirebaseAuthData interface does not contain a password attribute after viewing documents published by Kamen Minkov.
after viewing the code snippet, you can rewrite it as
var authData:FirebaseAuthData = this.ref.getAuth(); var email = authData['password']['email'];
this probably won't cause ts compiler errors
source share