firebase / firebase-tools

The Firebase Command Line Tools
MIT License
4.04k stars 952 forks source link

firebase auth:import using PBKDF2_SHA512 from . net core identity 3.0 #7586

Open phinett opened 3 months ago

phinett commented 3 months ago

[REQUIRED] Environment info

13.15.4

firebase-tools:

Platform: Windows

There isn't an option to import with PBKDF2_SHA512 algo which is what modern versions of the asp.net core identity 3.0 uses to store all password hashes.

I would like to import all my users to firebase, but can't see a way around this without firebase supporting the PBKDF2_SHA512 algo.

google-oss-bot commented 3 months ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

aalej commented 3 months ago

Hey @phinett, thanks for reaching out to us and sharing your use case. Currently, auth:import does not support the PBKDF2_SHA512 hash-algo. For now, I’ll mark this as a feature request and I'll bring this up in our engineering sync to get some feedback.

For others who are also interested in this feature, please leave a thumbs up on the original post to help our engineers prioritize future development efforts.