One nice thing about Firebase auth: you can at least get your password hashes out, so a migration that doesn't overly impact your users is possible.
This is in contrast to Amazon Cognito and Azure AD B2C, both of which don't allow you to export the hashes.
More on how to do such an export here: https://fusionauth.io/blog/2022/05/25/how-to-migrate-from-fi...
One nice thing about Firebase auth: you can at least get your password hashes out, so a migration that doesn't overly impact your users is possible.
This is in contrast to Amazon Cognito and Azure AD B2C, both of which don't allow you to export the hashes.
More on how to do such an export here: https://fusionauth.io/blog/2022/05/25/how-to-migrate-from-fi...