You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Is there any way to change the error messages when there is no header and when the token is not valid? Currently the messages are the following
{"message": "authorization header is empty"}
and when its not valid
{"message": "failed to verify the requested firebase token: Error: Decoding Firebase ID token failed. Make sure you passed the entire string JWT which represents an ID token. See https://firebase.google.com/docs/auth/admin/verify-id-tokens for details on how to retrieve an ID token. err: Error: token must consist of 3 parts"}
The text was updated successfully, but these errors were encountered:
Hello! Is there any way to change the error messages when there is no header and when the token is not valid? Currently the messages are the following
and when its not valid
The text was updated successfully, but these errors were encountered: