Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.14 KB

FIREBASE_CONFIG.md

File metadata and controls

21 lines (11 loc) · 1.14 KB

Firebase Configuration Guide

This project relies on Firebase Cloud Functions to execute the Igbo API business logic.

Individual contributors need to integrate their own Firebase project config to be able to run the project locally and merge forked changes.

Step 1: Create a Firebase Project

Please follow this Firebase Getting Started Guide to create your own Firebase project.

Step 2: Replace the default Firebase Project Name

Within .firebaserc, replace the project name igbo-api-bb22d with your new Firebase project name

Step 3: Replace the Firebase Config file

Within firebase.js, replace the FIREBASE_CONFIG object with your firebase project config object

Step 4: Merging forked changes into main repo

Congrats 🎉 You're ready to start making your first changes to your repo. Please refer to our Contributing Guide to learn how to contribute to the project.