Skip to content

Latest commit

 

History

History
 
 

Firestore Bundle Server - Admin Dashboard

This repository contains the source code for the Admin Dashboard for the Firestore Bundle Server extension. Use this to locally create bundles.

Installation

Clone this repository:

git clone ... todo

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

Configuration

If you have a none default path for where bundles are stored in Firestore (default is bundles), you can configure this in the .env file, for example:

BUNDLESPEC_COLLECTION=app_bundles