... export class AuthService { constructor(private afAuth: AngularFireAuth) { } create(user: NewAccount): Promise<firebase.User> { return this.afAuth.auth.
確定! 回上一頁