I have an auth code and I want to display the user the detailed error from firebase. I noticed there is an error list in: https://www.gstatic.com/firebasejs/9.6.10/firebase-auth.js in "_debugErrorMap()" function, can I get the detailed error from the error message it returns?
e.g: from "email-already-in-use" I will get: "The email address is already in use by another account."