Skip to content

Commit

Permalink
Merge pull request #283 from eficode/feature/firebase-setup-in-readme
Browse files Browse the repository at this point in the history
docs(all-general): add firebase project setup in readme
  • Loading branch information
sofusalbertsen authored Jun 8, 2021
2 parents 33b943f + e665725 commit ca5a0e4
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

1. [Introduction](#pencil2-introduction)
2. [System Requirements](#memo-system-requirements)
3. [How to run](#scroll-how-to-run)
3. [Setup Firebase project](#setup-firebase-project)
4. [How to run](#scroll-how-to-run)
a. [Run locally](#run-locally)
b. [Run with Firebase](#run-with-firebase)
4. [How to make a production-ready build](#building_construction-how-to-make-a-production-ready-build)
5. [How to deploy to Firebase](#rocket-how-to-deploy-to-firebase)
6. [General project structure](#office-general-project-structure)
5. [How to make a production-ready build](#building_construction-how-to-make-a-production-ready-build)
6. [How to deploy to Firebase](#rocket-how-to-deploy-to-firebase)
7. [General project structure](#office-general-project-structure)

## :pencil2: Introduction

Expand Down Expand Up @@ -74,6 +75,18 @@ corresponding
[windows implementation](https://github.com/coreybutler/nvm-windows))
to manage your Node versions.

## :gear: Setup Firebase project

To run against your own Firebase project you have to

* create a new firebase project
* update .firebaserc file with your project id

[Firebase doc](https://firebase.google.com/docs/web/setup) contains a great set-up guide to start with the web sdk from
scratch.

This project uses firestore and realtime database, so create both!

## :scroll: How to run

After cloning this repository, move into the
Expand Down

0 comments on commit ca5a0e4

Please sign in to comment.