clusterfuzz
clusterfuzz copied to clipboard
Add error handling for the session validation
Some of the errors being caught here eg: auth.AuthError do not belong to the firebase sdk and is resulting into errors. The following code updates the errors that could be thrown by the sdk and print those in logs for better debugging.