Firebase-js-sdk: 2FA authentication allowed in firebase..?

Created on 27 Sep 2017  路  2Comments  路  Source: firebase/firebase-js-sdk

do we have support to enable 2FA authentication for my express js app..? As per my exploration i did not get anything related to 2FA. Please help us in achieving this,..

All 2 comments

We don't currently support 2FA authentication.
You could try to use a combination of existing APIs (sign-in with email/pass and phone auth) along with custom Auth to build your own 2FA flow. Though, it would be extremely messy and have limitations.

Yes thanks you.. i tried using email and the phone auth using otp. it worked but i need to handle multiple things to achieve this 2FA authentication. thats fine for now.

Was this page helpful?
0 / 5 - 0 ratings