I installed the firebase bundle extension in my project and started to configure
https://github.com/firebase/firestore-bundle-builder/tree/main/admin-dashboard
Installation
Clone this repository:
git clone git@github.com:firebase/firestore-bundle-builder.git
Install the dependencies:
npm install
Create a
.env
file in the root directory of the project and add the following environment variables:PROJECT_ID=your-project-id
This project assumes that you have setup Google Application Default Credentials on your machine (a
GOOGLE_APPLICATION_CREDENTIALS
environment variable pointing to a service account JSON file).Run the application:
?npm run dev ?```
I created an .env file and added a line
PROJECT_ID=my-project-id
But not sure of json file, as I think it is already there, as I deploy function and hosting the application to firebase.
Error:
Error: 7 PERMISSION_DENIED: Missing or insufficient permissions.
admin-dashboard\node_modules@grpc\grpc-js\src\call.ts:81:17)
Please advice