how do i handle the error thrown on firebase cloud function
I tried sending the error in every way possible but all i'm getting is "internal" on client side, how can i see the error code so i can display an error message to the user. FULL CODE: exports.createUserAndSetClaims = onCall(async…