You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result:
Code is not compilable:
Object literal may only specify known properties, and 'phoneNumber' does not exist in type 'UpdateMultiFactorInfoRequest'.
The text was updated successfully, but these errors were encountered:
@grzegorz-ogrodowski why did you close the issue? I'm running into the same error but with the CreateMultiFactorInfoRequest interface. Did you find any solution for this?
Operating System version: Win 10
Firebase SDK version: firebase admin 9.2.0
Firebase Product: auth
Angular version: 9.1.3
Steps to reproduce:
Try to update existing user for add multifactor with phone number. Using piece of code from
https://cloud.google.com/identity-platform/docs/admin/manage-mfa-users
Relevant Code:
Expected:
User is updated with new enrolledFactor
Result:
Code is not compilable:
Object literal may only specify known properties, and 'phoneNumber' does not exist in type 'UpdateMultiFactorInfoRequest'.
The text was updated successfully, but these errors were encountered: