我有一个管理员设置使用angularfire2和我'm trying to make it so the logged in admin user can update another user'的电子邮件/密码 . 我知道你可以调用像 this.af.auth.getAuth().auth.updateEmail(this.user.get('email').value) 这样的东西来更新当前登录的用户's info, but how to I update a different user'的信息吗?