I am trying to migrate my users to other project in firebase (both projects are using firebase).
This is the command I ran to export them:
firebase auth:export users.json --format=json --project troy
And then I imported them into the other project:
firebase auth:import users.json --project trojan
It seemed to have worked, and I see my users on my new project, I enabled the same sign in methods but users can't login with the same passwords, I had to reset a password in order to be able to login in my new project.
Is there some step I am missing?