Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 661 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 661 Bytes

Firebase Money Tracker

A finances management application developed using Firebase (For DSC Manipal's Dev Fest 2018)

Topics covered in the session -

  • Web APIs and introduction to JavaScript
  • Firebase Authentication to allow one-click sign in
  • Firebase RealtimeDB to add storage to the application and understand the basics of databases
  • Cloud Functions

The attendees can download the started code from this repository and follow in the Firebase session at DevFest Manipal. The final code is available in the final-code directory. The javascript code snippets used for explaining the basics of the language can be found in the nodejs-examples directory.