javascript - How to export firebase user account with phone Auth enabled -


i need export , import firebase user accounts.

its works fine user has registered email password auth.

but export process file doesn't include user phone number, hence users registered using phone auth shown anonymous users when importing.

how export , import user accounts support phone auth registration.?

firebaser here

the phone number indeed not yet included in data cli exports. want add @ point, usual: no promises or ballpark timelines.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -