[2021-01-09 18:59:08] local.ERROR: [ERROR] Status Code: 401 | Message: An Exception occurred when trying to authenticate the User. | Errors: | Code: 0 code example
Example: HttpErrorResponse {headers: HttpHeaders, status: 401, statusText: "Unauthorized"
//if you are getting this error and are using Firebase it could be that you
//need to set the rules of your Realtime database to true to allow your
//app access to your database:
"rules": {
".read" : true ,
".write": true
}