Angularfire-Angular 4 signInWithEmailAndPassword
メソッドの新しいコードは誰でも知っていますか?AngularfireAuth for Angular 4
loginWithEmail(email: string, password: string): Promise<any> {
return this.afAuth.auth.signInWithEmailAndPassword(email, password));
}
これはエラーを返します:
Type 'firebase.Promise<any>' is not assignable to type 'Promise<any>'.
、ありがとうは – SGhaleb