Migrating from Firebase Auth to Auth0

We are currently running a service with Firebase Auth that only accepts Twitter login.
We need to migrate to Auth0 and we want to migrate all the information (uid, displayName, email, etc.) that we used to handle with Firebase Auth to Auth0.
I would appreciate it if you could help me out.

Hey there!

You probably haven’t checked that doc of ours yet:

Hello,

I am in the same scenario but also need to migrate users that have SMS MFA setup in firebase. Any tips?