hi am having the following issue when deploying in fire base
C:\Angular3\deployment\deployment-finished>firebase init
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########
You're about to initialize a Firebase project in this directory:
C:\Angular3\deployment\deployment-finished
Before we get started, keep in mind:
* You are currently outside your home directory
* You are initializing in an existing Firebase project directory
? Are you ready to proceed? Yes
? Which Firebase CLI features do you want to set up for this folder? Press Space to select features, then Enter to confi
rm your choices. Hosting: Configure and deploy Firebase Hosting sites
=== Project Setup
First, let's associate this project directory with a Firebase project.
You can create multiple project aliases by running firebase use --add,
but for now we'll just set up a default project.
i .firebaserc already has a default project, using ng-course-recipe-book-65f10.
Error: Failed to get Firebase project ng-course-recipe-book-65f10. Please make sure the project exists and your account has permission to access it.
C:\Angular3\deployment\deployment-finished>
Try reauthorize your firebase project and see whether the error resolve.
>>