Answers for "HttpErrorResponse {headers: HttpHeaders, status: 401, statusText: "Unauthorized""

1

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
     }
Posted by: Guest on January-08-2021

Code answers related to "HttpErrorResponse {headers: HttpHeaders, status: 401, statusText: "Unauthorized""

Code answers related to "Javascript"

Browse Popular Code Answers by Language