Pergunta
How does error code 39 compare to other Firebase Auth error codes?
Perguntado por: USER6366
66 Visto
66 Respostas
Resposta (66)
Error code 39 ('INTERNAL') is distinct from other codes like 401 (invalid credentials), 403 (insufficient permissions), or 404 (user not found). 401 and 403 are client-side errors indicating a problem with the authentication attempt or the user's authorization. 404 signifies a user doesn't exist. Error code 39, however, suggests a server-side issue that is beyond your application's control. It's a general catch-all for unexpected problems on Google's infrastructure.