Identity Platform - multi-factor phone number is not updated using Firebase Auth SDK

Hi, I tried to update the user phone number using Firebase SDK(use spring), the user phone number on Firebase is updated but the phone number that used for multi-factor / MFA in GCP is not updated. I’ve tried using identitytoolkit API using accounts.update method but the MFA still not updated.

currently, to change a phone number, I need to manually update it from google console,

Is there any way to change a phone number automatically both in Firebase and IDP?