I need to export and import firebase user accounts.
Its works fine for user who has registered with email password auth.
But the export process file doesn't include user phone number, hence the users registered using phone auth are shown as anonymous users when importing.
How to export and import user accounts which support phone auth registration.?