How to update user profile info (name, org id , etc) in ionic with @angular/fire

  async login() {
     try {
       var r = await this.fAuth.signInWithEmailAndPassword(
         this.user.email,
         this.user.password
       );
       if (r) {
         console.log("Successfully logged in!");

I didn t find nothing more