• search

Documentation

  1. Documentation/
  2. v1.0.0/
  3. Installation

Installation

Firepit requires an active Firebase project

To make the process as simple as possible, we've broken the major steps down into simple to follow steps and guides.

JavaScript Installation

First off, install the firepit library via Node Package Manager:

npm install --save firepit

Firebase Setup

Our application needs an active Firebase project to communicate with. Go ahead and create a new Firebase project, or if you've already got an existing project skip this step, otherwise follow the steps below:

Visit the Firebase Console and create a new project using the "Add project" box as shown below:

Add project

Within the dialog, fill out your project details and click "Create Project":

Create Project

Once the project has been created, you'll be redirected to the project homepage as shown below:

Project homepage

unfold_more