I have exported the user accounts from firebase auth following this link: https://firebase.google.com/docs/cli/auth
and now, once I have imported them to the mongodb, I am trying to login with an account, but it says that the password is wrong. Apparently, firebase uses SCRYPT and mongoose uses BCRYPT, if so, how can I still use the imported accounts passwords, without having to change them?
via cplus
No comments:
Post a Comment