Skip to content

godswillokokon/firebase-memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Cafe App

**TL:DR: ** Learn how to build web apps using Firebase and JavaScript.

Prerequisites

  • Basics of HTML, CSS and JavaScript.
  • Understanding how event listeners works in JavaScript.
  • You do not need to have any knowledge about Firebase or it's tools.

Tools Required

Introduction

Having pre-knowledge on JavaScript is essential for this tutorial. A collection of quickstart samples demonstrating the Firebase APIs using the Javascript SDK. For more information, see firebase.google.com/docs/web/setup.

What we're building

Get familiar with what we are building in the course of the tutorial.

Setting up the Firebase Web app

  • Installing Firebase and it's tools.
  • Creating a Firebase project.
  • Intializing Firebase in the web app.

Writing Firebase cloud functions.

Deploying Functions.

Features in this project are :

  • Simple single page web app.
  • Firebase database.
  • Firebase cloud functions.
  • Firebase hosting.

Conclusion

  • Quick Recap on what was built.
  • List out what was learnt.