firebase / firebase-admin-node

Firebase Admin Node.js SDK

Home Page:https://firebase.google.com/docs/admin/setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FR] Argon2 hashed passwords for the Nodejs library

mzimmer-ra opened this issue · comments

Is your feature request related to a problem? Please describe.
I'm using the Argon2 hashed passwords for my application. Currently Firebase supports Argon2 hashed passwords for the Java library:
https://firebase.google.com/docs/auth/admin/import-users?hl=en#import_users_with_argon2_hashed_passwords

Describe the solution you'd like
It would be great if Firebase could support Argon2 hashed passwords for the NodeJS library.

Describe alternatives you've considered
-

Additional context
-

Thank you 🙂

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.