Closed as per https://github.com/angular/angularfire2/pull/195
Hi @mjabian,
Please look at my comment on #220, for a possible solution.
@julienevano
using this code
import { AngularFire, AngularFireAuth } from 'angularfire2';
import { Injectable } from '@angular/core';
//import * as firebase from "firebase";
//declare var firebase: any;
@Injectable()
export class AuthService {
firebaseAuth: AngularFireAuth;
constructor(private _AngularFire: AngularFire) {
this.firebaseAuth = _AngularFire.auth;
}
resetPassword(email: string): Promise
return firebase.auth().sendPasswordResetEmail(email);
}
}`
console error --> Q {code: "auth/internal-error", message: "17"}
Looks like this can be closed as the answer can be found here: https://github.com/angular/angularfire2/issues/220#issuecomment-235373945
@Splaktar using #220 but console errror...
POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/getOobConfirmationCode?key=AIza 503
login.ts:30 failed Error: 17