Link

Firebase project

Create a project

Open the Firebase console and click on the button CREATE NEW PROJECT.

image

Define the name of your project.

image

Change firebase plan

In order to work properly, PandaLab needs a paid plan to enable all the platform’s features. We recommend a Blaze formula to keep it free until you get a huge traffic on PandaLab.

image

Select your storage data center

Go to the storage section of your console and click on Get started.

image

Select the data center you want and validate.

image

Install Firebase cli

Download and install the Firebase CLI

Configure your credentials.

firebase login

Clone and setup Pandalab

Clone the Pandalab project

git clone https://github.com/adeo/panda-lab.git
cd panda-lab

Then define the Firebase project on which you will work :

firebase use [PROJECT ID]